CngKeyBlobFormat.Pkcs8PrivateBlob Eigenschap

Definitie

Hiermee wordt een CngKeyBlobFormat object opgehaald dat een PKCS #8-sleutelblob (Private Key Information Syntax Standard) opgeeft.

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

Waarde van eigenschap

Een object dat een PKCS #8 persoonlijke sleutel-BLOB opgeeft.

Opmerkingen

Een BLOB met persoonlijke en persoonlijke PKCS 8-sleutels bevat zowel persoonlijke als openbare sleutelmateriaal in PKCS #8-indeling.

Van toepassing op