CngAlgorithmGroup.ECDiffieHellman 属性

定义

获取一个指定椭圆曲线 Diffie-Hellman (ECDH) 算法系列的 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 算法系列的对象。

适用于