CngAlgorithm.ECDiffieHellman プロパティ

定義

キー プロパティを介して記述された曲線の ECDH (Elliptic Curve Diffie-Hellman) キー交換アルゴリズムを指定する CngAlgorithm オブジェクトを取得します。

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

プロパティ値

キー プロパティを介して記述された曲線の ECDH キー交換アルゴリズムを指定するオブジェクト。

適用対象