CngKey::Open Method
Creates an instance of an CngKey object that represents an existing key.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Open(SafeNCryptKeyHandle^, CngKeyHandleOpenOptions) | Creates an instance of an CngKey object by using a handle to an existing key. |
![]() ![]() | Open(String^) | Creates an instance of an CngKey object that represents an existing named key. |
![]() ![]() | Open(String^, CngProvider^) | Creates an instance of an CngKey object that represents an existing named key, using the specified key storage provider (KSP). |
![]() ![]() | Open(String^, CngProvider^, CngKeyOpenOptions) | Creates an instance of an CngKey object that represents an existing named key, using the specified key storage provider (KSP) and key open options. |

