CngAlgorithm.ECDsa プロパティ

定義

キー プロパティを介して記述された曲線の ECDSA (Elliptic Curve Digital Signature Algorithm) を指定する 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 を指定するオブジェクト。

適用対象