1 override of HashData
System.Core (1)
System\Security\Cryptography\ECDsaCng.cs (1)
459protected override byte[] HashData(Stream data, HashAlgorithmName hashAlgorithm) {
2 references to HashData
System.Core (2)
System\Security\Cryptography\ECDsa.cs (2)
126byte[] hash = HashData(data, hashAlgorithm); 169byte[] hash = HashData(data, hashAlgorithm);