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