CngKeyBlobFormat.EccPrivateBlob 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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 金鑰的公開和私用部分。