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::Create Method
.NET Framework (current version)
Creates a CngKey object that represents a new key.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Create(CngAlgorithm^) | Creates a CngKey object that can be used with the specified algorithm. |
![]() ![]() | Create(CngAlgorithm^, String^) | Creates a named CngKey object that provides the specified algorithm. |
![]() ![]() | Create(CngAlgorithm^, String^, CngKeyCreationParameters^) | Creates a named CngKey object that provides the specified algorithm, using the supplied key creation parameters. |
Show:

