4 references to Cryptography_HashLengthMismatch
System.Security.Cryptography (4)
src\libraries\Common\src\System\Security\Cryptography\Helpers.cs (2)
153throw new CryptographicException(SR.Cryptography_HashLengthMismatch); 169throw 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);