The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CngKey::Import Method
.NET Framework (current version)
Creates a new key by importing key material into the key storage provider (KSP).
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Import(array<Byte>^, CngKeyBlobFormat^) | Creates a new key by importing the specified key material into the default key storage provider (KSP) and using the specified format. |
![]() ![]() | Import(array<Byte>^, CngKeyBlobFormat^, CngProvider^) | Creates a new key by importing the specified key material into the specified key storage provider (KSP), using the specified format. |
Show:

