4 references to Cryptography_CipherModeFeedbackNotSupported
System.Security.Cryptography (4)
System\Security\Cryptography\AesImplementation.cs (1)
290
throw new CryptographicException(SR.Format(SR.
Cryptography_CipherModeFeedbackNotSupported
, feedback, 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));