CngKeyBlobFormat.Pkcs8PrivateBlob Eigenschaft

Definition

Ruft ein CngKeyBlobFormat-Objekt ab, das ein PKCS #8 (Private Key Information Syntax Standard)-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 privates PKCS #8-Schlüssel-BLOB angibt.

Hinweise

Ein PKCS #8-BLOB für private Schlüssel enthält sowohl Material für private als auch öffentliche Schlüssel im PKCS #8-Format.

Gilt für: