2 references to Cryptography_CipherModeNotSupported
System.Security.Cryptography (2)
System\Security\Cryptography\RC2Implementation.cs (2)
188
throw new CryptographicException(SR.Format(SR.
Cryptography_CipherModeNotSupported
, CipherMode.CFB));
199
throw new CryptographicException(SR.Format(SR.
Cryptography_CipherModeNotSupported
, CipherMode.CFB));