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