7 references to HashData
System.Security.Cryptography (7)
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));