CngAlgorithm.ECDiffieHellmanP521 プロパティ

定義

P-521 曲線を使用する楕円曲線 Diffie-Hellman (ECDH) キー交換アルゴリズムを指定する CngAlgorithm オブジェクトを取得します。

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

プロパティ値

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

適用対象