CngAlgorithm.ECDsaP521 プロパティ

定義

P-521 曲線を使用する ECDSA (Elliptic Curve Digital Signature Algorithm) を指定する新しい CngAlgorithm オブジェクトを取得します。

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

プロパティ値

P-521 曲線を使用する ECDSA アルゴリズムを指定するオブジェクト。

適用対象