1 override of HashData
System.Security.Cryptography (1)
System\Security\Cryptography\ECDsaWrapper.cs (1)
184
protected override byte[]
HashData
(byte[] data, int offset, int count, HashAlgorithmName hashAlgorithm) =>
5 references to HashData
System.Security.Cryptography (5)
System\Security\Cryptography\ECDsa.cs (5)
62
byte[] hash =
HashData
(data, offset, count, hashAlgorithm);
739
byte[] hash =
HashData
(data, offset, count, hashAlgorithm);
909
hashSpan =
HashData
(data.ToArray(), 0, data.Length, hashAlgorithm);
1015
byte[] hash =
HashData
(array, 0, data.Length, hashAlgorithm);
1223
byte[] ret =
HashData
(array, 0, data.Length, hashAlgorithm);