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