2 references to Argument_KemInvalidEncapsulationKeyLength
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (2)
459throw new ArgumentException(SR.Argument_KemInvalidEncapsulationKeyLength, nameof(source)); 1189throw new CryptographicException(SR.Argument_KemInvalidEncapsulationKeyLength);