CngAlgorithm.ECDsa プロパティ

定義

キー プロパティを使用して曲線を記述する楕円曲線デジタル署名アルゴリズム (ECDSA) を指定する CngAlgorithm オブジェクトを取得します。

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

プロパティ値

キー プロパティを使用して曲線を記述する ECDSA を指定するオブジェクト。

適用対象