3 references to Cryptography_EncryptedIncorrectLength
System.Security.Cryptography (3)
System\Security\Cryptography\SymmetricAlgorithm.cs (3)
651
throw new CryptographicException(SR.Format(SR.
Cryptography_EncryptedIncorrectLength
, nameof(TryEncryptEcbCore)));
938
throw new CryptographicException(SR.Format(SR.
Cryptography_EncryptedIncorrectLength
, nameof(TryEncryptCbcCore)));
1374
throw new CryptographicException(SR.Format(SR.
Cryptography_EncryptedIncorrectLength
, nameof(TryEncryptCfbCore)));