1 override of HashData
System.Security.Cryptography (1)
System\Security\Cryptography\ECDsaWrapper.cs (1)
187protected override byte[] HashData(Stream data, HashAlgorithmName hashAlgorithm) =>
4 references to HashData
System.Security.Cryptography (4)
System\Security\Cryptography\ECDsa.cs (4)
259byte[] hash = HashData(data, hashAlgorithm); 551byte[] hash = HashData(data, hashAlgorithm); 921byte[] hash = HashData(data, hashAlgorithm); 982byte[] hash = HashData(data, hashAlgorithm);