CngAlgorithmGroup.DiffieHellman 属性

定义

获取一个指定 Diffie-Hellman 算法系列的 CngAlgorithmGroup 对象。

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

属性值

CngAlgorithmGroup

一个指定 Diffie-Hellman 算法系列的对象。

适用于