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