示例#1
0
 public virtual void HashCore(byte[] array, int ibStart, int cbSize)
 {
     _hashAlgorithm.HashCore(array, ibStart, cbSize);
 }