5 references to GetHashSizeInBytes
System.Security.Cryptography (5)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\RSACng.SignVerify.cs (3)
49if (hash.Length != GetHashSizeInBytes(hashAlgorithm)) 92if (hash.Length != GetHashSizeInBytes(hashAlgorithm)) 140if (hash.Length != GetHashSizeInBytes(hashAlgorithm))
System\Security\Cryptography\RSABCrypt.cs (2)
272if (hash.Length != RSACng.GetHashSizeInBytes(hashAlgorithm)) 331if (hash.Length != RSACng.GetHashSizeInBytes(hashAlgorithm))