CngKeyBlobFormat.EccPrivateBlob プロパティ

定義

楕円曲線暗号 (ECC: Elliptic Curve Cryptography) キーの秘密キーの BLOB を指定する CngKeyBlobFormat オブジェクトを取得します。

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

プロパティ値

CngKeyBlobFormat

ECC 秘密キーの BLOB を指定するオブジェクト。

注釈

ECC 秘密キー BLOB 形式には、ECC キーの公開部分と秘密部分の両方が含まれています。

適用対象