示例#1
0
 protected override byte[] HashData(Stream data, HashAlgorithmName hashAlgorithm) =>
 CngCommon.HashData(data, hashAlgorithm);
示例#2
0
 protected override byte[] HashData(byte[] data, int offset, int count, HashAlgorithmName hashAlgorithm) =>
 CngCommon.HashData(data, offset, count, hashAlgorithm);