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