2 references to Cryptography_PlaintextTooLarge
System.Security.Cryptography (2)
System\Security\Cryptography\SymmetricAlgorithm.cs (2)
387
throw new ArgumentOutOfRangeException(nameof(plaintextLength), SR.
Cryptography_PlaintextTooLarge
);
466
throw new ArgumentOutOfRangeException(nameof(plaintextLength), SR.
Cryptography_PlaintextTooLarge
);