5 references to Cryptography_SignHash_WrongSize
System.Security.Cryptography (5)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\RSACng.SignVerify.cs (2)
51
throw new CryptographicException(SR.
Cryptography_SignHash_WrongSize
);
94
throw new CryptographicException(SR.
Cryptography_SignHash_WrongSize
);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\RsaPaddingProcessor.cs (2)
265
throw new CryptographicException(SR.
Cryptography_SignHash_WrongSize
);
393
throw new CryptographicException(SR.
Cryptography_SignHash_WrongSize
);
System\Security\Cryptography\RSABCrypt.cs (1)
274
throw new CryptographicException(SR.
Cryptography_SignHash_WrongSize
);