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