Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Creates a new key by importing key material into the key storage provider (KSP).

Namespace:   System.Security.Cryptography
Assembly:  System.Core (in System.Core.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticImport(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.

System_CAPS_pubmethodSystem_CAPS_staticImport(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.

Return to top
Show:
© 2017 Microsoft