9 references to HashData
System.Security.Cryptography (9)
System\Security\Cryptography\CryptographicOperations.cs (1)
132return HashData(hashAlgorithm, new ReadOnlySpan<byte>(source));
System\Security\Cryptography\DSA.cs (1)
90CryptographicOperations.HashData(hashAlgorithm, new ReadOnlySpan<byte>(data, offset, count));
System\Security\Cryptography\DSAWrapper.cs (1)
156CryptographicOperations.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)
181CryptographicOperations.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\RSACryptoServiceProvider.Windows.cs (1)
416byte[] hashVal = CryptographicOperations.HashData(hashAlgorithmName, new ReadOnlySpan<byte>(buffer, offset, count));
System\Security\Cryptography\X509Certificates\X509Certificate.cs (1)
438return CryptographicOperations.HashData(hashAlgorithm, PalRawDataMemory.Span);
System\Security\Cryptography\X509Certificates\X509SubjectKeyIdentifierExtension.cs (1)
221return CryptographicOperations.HashData(hashAlgorithmName, encoded);