3 references to Open
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CngHelpers.cs (1)
344
return CngKey.
Open
(keyHandle, isEphemeral ? CngKeyHandleOpenOptions.EphemeralKey : CngKeyHandleOpenOptions.None);
System\Security\Cryptography\CngAlgorithmCore.cs (1)
29
return CngKey.
Open
(key.HandleNoDuplicate, key.IsEphemeral ? CngKeyHandleOpenOptions.EphemeralKey : CngKeyHandleOpenOptions.None);
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\Windows\PkcsPalWindows.cs (1)
145
using (CngKey cngKey = CngKey.
Open
(keyHandle, options))