CngKeyBlobFormat.Pkcs8PrivateBlob Proprietà

Definizione

Ottiene un oggetto CngKeyBlobFormat che specifica il BLOB di una chiave PKCS #8 (Private Key Information Syntax Standard).

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

Valore della proprietà

Oggetto che specifica il BLOB di una chiave privata PKCS #8.

Commenti

Un BLOB di chiave privata PKCS #8 contiene sia il materiale della chiave privata che quello pubblico in formato PKCS #8.

Si applica a