4 references to
System.Security.Cryptography (4)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKemCng.cs (1)
45public MLKemCng(CngKey key) : base(AlgorithmFromHandleWithPlatformCheck(key, out CngKey duplicateKey))
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKemCng.Windows.cs (1)
22internal MLKemCng(CngKey key, bool transferOwnership) : base(AlgorithmFromHandleNoDuplicate(key))
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKemImplementation.Windows.cs (1)
30: base(algorithm)
System\Security\Cryptography\MLKemOpenSsl.cs (1)
53public MLKemOpenSsl(SafeEvpPKeyHandle pkeyHandle) : base(