5 references to Open
System.Core (5)
System\Security\Cryptography\ECDiffieHellmanCng.cs (1)
97
Key = CngKey.
Open
(importHandle, key.IsEphemeral ? CngKeyHandleOpenOptions.EphemeralKey : CngKeyHandleOpenOptions.None);
System\Security\Cryptography\ECDsaCng.cs (1)
78
Key = CngKey.
Open
(keyHandle, key.IsEphemeral ? CngKeyHandleOpenOptions.EphemeralKey : CngKeyHandleOpenOptions.None);
System\Security\Cryptography\RsaCng.cs (1)
64
Key = CngKey.
Open
(key.Handle, key.IsEphemeral ? CngKeyHandleOpenOptions.EphemeralKey : CngKeyHandleOpenOptions.None);
System\Security\Cryptography\X509Certificates\ECDsaCertificateExtensions.cs (1)
33
CngKey key = CngKey.
Open
(privateKeyHandle, openOptions);
System\Security\Cryptography\X509Certificates\RSACertificateExtensions.cs (1)
88
CngKey key = CngKey.
Open
(privateKeyHandle, openOptions);