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