6 references to Cryptography_CipherModeFeedbackNotSupported
System.Security.Cryptography (6)
System\Security\Cryptography\AesImplementation.cs (1)
303
throw new CryptographicException(SR.Format(SR.
Cryptography_CipherModeFeedbackNotSupported
, feedback, CipherMode.CFB));
System\Security\Cryptography\CngSymmetricAlgorithmCore.cs (2)
298
throw new CryptographicException(SR.Format(SR.
Cryptography_CipherModeFeedbackNotSupported
, feedbackSizeInBits, CipherMode.CFB));
305
throw new CryptographicException(SR.Format(SR.
Cryptography_CipherModeFeedbackNotSupported
, feedbackSizeInBits, CipherMode.CFB));
System\Security\Cryptography\DesImplementation.cs (1)
237
throw new CryptographicException(SR.Format(SR.
Cryptography_CipherModeFeedbackNotSupported
, feedback, CipherMode.CFB));
System\Security\Cryptography\RC2Implementation.cs (1)
205
throw new CryptographicException(SR.Format(SR.
Cryptography_CipherModeFeedbackNotSupported
, feedback, CipherMode.CFB));
System\Security\Cryptography\TripleDesImplementation.cs (1)
234
throw new CryptographicException(SR.Format(SR.
Cryptography_CipherModeFeedbackNotSupported
, feedback, CipherMode.CFB));