4 references to Argument_KemInvalidCiphertextLength
System.Security.Cryptography (4)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CompositeMLKem.cs (2)
240
throw new ArgumentException(SR.
Argument_KemInvalidCiphertextLength
, nameof(ciphertext));
277
throw new ArgumentException(SR.
Argument_KemInvalidCiphertextLength
, nameof(ciphertext));
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (2)
205
throw new ArgumentException(SR.
Argument_KemInvalidCiphertextLength
, nameof(ciphertext));
251
throw new ArgumentException(SR.
Argument_KemInvalidCiphertextLength
, nameof(ciphertext));