2 references to Cryptography_FeedbackSizeNotSupported
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\Interop\Windows\BCrypt\AesBCryptModes.cs (1)
50
throw new CryptographicException(SR.
Cryptography_FeedbackSizeNotSupported
, ex);
src\runtime\src\libraries\Common\src\Interop\Windows\BCrypt\TripleDesBCryptModes.cs (1)
53
throw new CryptographicException(SR.
Cryptography_FeedbackSizeNotSupported
, ex);