2 references to Cryptography_ArgMLKemRequiresMLKemKey
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKemCng.Windows.cs (2)
39
throw new ArgumentException(SR.
Cryptography_ArgMLKemRequiresMLKemKey
, nameof(key));
53
throw new CryptographicException(SR.
Cryptography_ArgMLKemRequiresMLKemKey
);