3 references to Cryptography_PlaintextCiphertextLengthMismatch
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\AesGcm.cs (1)
296throw new ArgumentException(SR.Cryptography_PlaintextCiphertextLengthMismatch);
System\Security\Cryptography\AesCcm.cs (1)
84throw new ArgumentException(SR.Cryptography_PlaintextCiphertextLengthMismatch);
System\Security\Cryptography\ChaCha20Poly1305.cs (1)
99throw new ArgumentException(SR.Cryptography_PlaintextCiphertextLengthMismatch);