1 override of HashData
System.Core (1)
System\Security\Cryptography\ECDsaCng.cs (1)
446
protected override byte[]
HashData
(byte[] data, int offset, int count, HashAlgorithmName hashAlgorithm) {
2 references to HashData
System.Core (2)
System\Security\Cryptography\ECDsa.cs (2)
114
byte[] hash =
HashData
(data, offset, count, hashAlgorithm);
154
byte[] hash =
HashData
(data, offset, count, hashAlgorithm);