コード例 #1
0
ファイル: PbKdf2.cs プロジェクト: PlumpMath/ChainLib
 /// <exclude />
 public override void Write(byte[] buffer, int offset, int count)
 {
     throw Exceptions.NotSupported();
 }
コード例 #2
0
ファイル: PbKdf2.cs プロジェクト: PlumpMath/ChainLib
 /// <exclude />
 public override void SetLength(long value)
 {
     throw Exceptions.NotSupported();
 }