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