CngKeyBlobFormat.EccPrivateBlob Eigenschaft

Definition

Ruft ein CngKeyBlobFormat Objekt ab, das einen privaten Schlüssel-BLOB für einen elliptischen Kurvenkryptografieschlüssel (ECC) angibt.

public:
 static property System::Security::Cryptography::CngKeyBlobFormat ^ EccPrivateBlob { System::Security::Cryptography::CngKeyBlobFormat ^ get(); };
public static System.Security.Cryptography.CngKeyBlobFormat EccPrivateBlob { get; }
static member EccPrivateBlob : System.Security.Cryptography.CngKeyBlobFormat
Public Shared ReadOnly Property EccPrivateBlob As CngKeyBlobFormat

Eigenschaftswert

Ein Objekt, das einen PRIVATEN ECC-Schlüssel-BLOB angibt.

Hinweise

Das BLOB-Format des privaten ECC-Schlüssels enthält sowohl den öffentlichen als auch den privaten Teil eines ECC-Schlüssels.

Gilt für: