Share via


CngKeyBlobFormat.EccPrivateBlob 屬性

定義

取得 CngKeyBlobFormat 物件,指定 Elliptic Curve Cryptography (ECC) 金鑰的私密金鑰 BLOB。

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

屬性值

指定 ECC 私密金鑰 BLOB 的物件。

備註

ECC 私鑰 BLOB 格式包含 ECC 金鑰的公開和私用部分。

適用於