11 references to Cryptography_UnsupportedPaddingMode
System.Security.Cryptography (11)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\RSACng.EncryptDecrypt.cs (4)
75
throw new CryptographicException(SR.
Cryptography_UnsupportedPaddingMode
);
112
throw new CryptographicException(SR.
Cryptography_UnsupportedPaddingMode
);
157
throw new CryptographicException(SR.
Cryptography_UnsupportedPaddingMode
);
192
throw new CryptographicException(SR.
Cryptography_UnsupportedPaddingMode
);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\RSACng.SignVerify.cs (3)
73
throw new CryptographicException(SR.
Cryptography_UnsupportedPaddingMode
);
111
throw new CryptographicException(SR.
Cryptography_UnsupportedPaddingMode
);
159
throw new CryptographicException(SR.
Cryptography_UnsupportedPaddingMode
);
System\Security\Cryptography\RSABCrypt.cs (4)
210
throw new CryptographicException(SR.
Cryptography_UnsupportedPaddingMode
);
255
throw new CryptographicException(SR.
Cryptography_UnsupportedPaddingMode
);
301
throw new CryptographicException(SR.
Cryptography_UnsupportedPaddingMode
);
351
throw new CryptographicException(SR.
Cryptography_UnsupportedPaddingMode
);