CngAlgorithmGroup.ECDiffieHellman 屬性

定義

取得 CngAlgorithmGroup 物件,指定 Elliptic Curve Diffie-Hellman (ECDH) 系列的演算法。

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 系列演算法的物件。

適用於