4 references to
System.Security.Cryptography (4)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKemCng.cs (1)
45
public MLKemCng(CngKey key) :
base
(AlgorithmFromHandleWithPlatformCheck(key, out CngKey duplicateKey))
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKemCng.Windows.cs (1)
22
internal 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)
53
public MLKemOpenSsl(SafeEvpPKeyHandle pkeyHandle) :
base
(