6 references to HashSizeInBytes
System.Net.Security (1)
System\Net\Security\SslStream.Protocol.cs (1)
214Span<byte> certHash = stackalloc byte[SHA512.HashSizeInBytes];
System.Security.Cryptography (5)
src\libraries\Common\src\System\Security\Cryptography\RsaPaddingProcessor.cs (1)
90digestLengthInBytes = SHA512.HashSizeInBytes;
System\Security\Cryptography\CryptographicOperations.cs (1)
1069return SHA512.HashSizeInBytes;
System\Security\Cryptography\SHA512.cs (1)
23static int IHashStatic.HashSizeInBytes => HashSizeInBytes;
System\Security\Cryptography\SHA512CryptoServiceProvider.cs (1)
29Span<byte> destination = stackalloc byte[HashSizeInBytes];
System\Security\Cryptography\X509Certificates\RSAPssX509SignatureGenerator.cs (1)
50cbSalt = SHA512.HashSizeInBytes;