CngKeyBlobFormat.Pkcs8PrivateBlob Propriété

Définition

Obtient un objet CngKeyBlobFormat qui spécifie un BLOB de clé 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; }
member this.Pkcs8PrivateBlob : System.Security.Cryptography.CngKeyBlobFormat
Public Shared ReadOnly Property Pkcs8PrivateBlob As CngKeyBlobFormat

Valeur de propriété

CngKeyBlobFormat

Objet qui spécifie un BLOB de clé privée PKCS #8.

Remarques

Un objet BLOB de clé privée PKCS #8 contient des éléments de clé privée et publique au format PKCS #8.

S’applique à