CngKeyBlobFormat.Pkcs8PrivateBlob Eigenschaft

Definition

Ruft ein CngKeyBlobFormat Objekt ab, das einen PRIVATE Key Information Syntax Standard (PKCS #8)-Schlüssel-BLOB angibt.

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

Eigenschaftswert

Ein Objekt, das ein PKCS #8 privates Schlüssel-BLOB angibt.

Hinweise

Ein PKCS #8 private Schlüssel-BLOB enthält sowohl privates als auch öffentliches Schlüsselmaterial im PKCS #8-Format.

Gilt für: