CngKey.Import Method
.NET Framework 4.5
Creates a new key by importing key material into the key storage provider (KSP).
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Import(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(Byte[], CngKeyBlobFormat, CngProvider) | Creates a new key by importing the specified key material into the specified key storage provider (KSP), using the specified format. |