CngKeyBlobFormat.Pkcs8PrivateBlob Property

Definition

Gets a CngKeyBlobFormat object that specifies a Private Key Information Syntax Standard (PKCS #8) key BLOB.

public:
 static property System::Security::Cryptography::CngKeyBlobFormat ^ Pkcs8PrivateBlob { System::Security::Cryptography::CngKeyBlobFormat ^ get(); };
public static System.Security.Cryptography.CngKeyBlobFormat Pkcs8PrivateBlob { get; }
static member Pkcs8PrivateBlob : System.Security.Cryptography.CngKeyBlobFormat
Public Shared ReadOnly Property Pkcs8PrivateBlob As CngKeyBlobFormat

Property Value

An object that specifies a PKCS #8 private key BLOB.

Remarks

A PKCS #8 private key BLOB contains both private and public key material in PKCS #8 format.

Applies to