3 references to Cryptography_InvalidCipherMode
System.Security.Cryptography (3)
System\Security\Cryptography\AesCng.Windows.cs (1)
330throw new CryptographicException(SR.Cryptography_InvalidCipherMode);
System\Security\Cryptography\BasicSymmetricCipherLiteNCrypt.cs (1)
48_ => throw new CryptographicException(SR.Cryptography_InvalidCipherMode),
System\Security\Cryptography\SymmetricAlgorithm.cs (1)
150throw new CryptographicException(SR.Cryptography_InvalidCipherMode);