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