CngAlgorithmGroup.ECDiffieHellman プロパティ

定義

アルゴリズムの ECDH (Elliptic Curve Diffie-Hellman) ファミリを指定する CngAlgorithmGroup オブジェクトを取得します。

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

プロパティ値

CngAlgorithmGroup

アルゴリズムの ECDH ファミリを指定するオブジェクト。

適用対象