9 references to HashData
System.Security.Cryptography (9)
System\Security\Cryptography\CryptographicOperations.cs (1)
94
return
HashData
(hashAlgorithm, new ReadOnlySpan<byte>(source));
System\Security\Cryptography\DSA.cs (1)
90
CryptographicOperations.
HashData
(hashAlgorithm, new ReadOnlySpan<byte>(data, offset, count));
System\Security\Cryptography\DSACryptoServiceProvider.Unix.cs (1)
106
return CryptographicOperations.
HashData
(hashAlgorithm, new ReadOnlySpan<byte>(data, offset, count));
System\Security\Cryptography\DSAWrapper.cs (1)
160
CryptographicOperations.
HashData
(hashAlgorithm, new ReadOnlySpan<byte>(data, offset, count));
System\Security\Cryptography\ECDsa.cs (1)
993
CryptographicOperations.
HashData
(hashAlgorithm, new ReadOnlySpan<byte>(data, offset, count));
System\Security\Cryptography\ECDsaWrapper.cs (1)
185
CryptographicOperations.
HashData
(hashAlgorithm, new ReadOnlySpan<byte>(data, offset, count));
System\Security\Cryptography\RSA.cs (1)
97
CryptographicOperations.
HashData
(hashAlgorithm, new ReadOnlySpan<byte>(data, offset, count));
System\Security\Cryptography\X509Certificates\X509Certificate.cs (1)
363
return CryptographicOperations.
HashData
(hashAlgorithm, PalRawDataMemory.Span);
System\Security\Cryptography\X509Certificates\X509SubjectKeyIdentifierExtension.cs (1)
221
return CryptographicOperations.
HashData
(hashAlgorithmName, encoded);