CngKeyBlobFormat Properties
.NET Framework 4.5
The CngKeyBlobFormat type exposes the following members.
| Name | Description | |
|---|---|---|
|
EccPrivateBlob | Gets a CngKeyBlobFormat object that specifies a private key BLOB for an elliptic curve cryptography (ECC) key. |
|
EccPublicBlob | Gets a CngKeyBlobFormat object that specifies a public key BLOB for an elliptic curve cryptography (ECC) key. |
|
Format | Gets the name of the key BLOB format that the current CngKeyBlobFormat object specifies. |
|
GenericPrivateBlob | Gets a CngKeyBlobFormat object that specifies a generic private key BLOB. |
|
GenericPublicBlob | Gets a CngKeyBlobFormat object that specifies a generic public key BLOB. |
|
OpaqueTransportBlob | Gets a CngKeyBlobFormat object that specifies an opaque transport key BLOB. |
|
Pkcs8PrivateBlob | Gets a CngKeyBlobFormat object that specifies a Private Key Information Syntax Standard (PKCS #8) key BLOB. |