4 references to Cryptography_HashLengthMismatch
System.Security.Cryptography (4)
src\libraries\Common\src\System\Security\Cryptography\Helpers.cs (2)
154throw new CryptographicException(SR.Cryptography_HashLengthMismatch); 170throw new CryptographicException(SR.Cryptography_HashLengthMismatch, ae);
src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (2)
335throw new CryptographicException(SR.Cryptography_HashLengthMismatch); 440throw new CryptographicException(SR.Cryptography_HashLengthMismatch);