CngAlgorithmGroup.ECDiffieHellman 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个指定椭圆曲线 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; }
static member ECDiffieHellman : System.Security.Cryptography.CngAlgorithmGroup
Public Shared ReadOnly Property ECDiffieHellman As CngAlgorithmGroup
属性值
一个指定 ECDH 算法系列的对象。