CngAlgorithm.ECDiffieHellman 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个 CngAlgorithm 对象,此对象指定椭圆曲线 Diffie-Hellman (ECDH) 密钥交换算法,此算法的曲线通过密钥属性描述。
public:
static property System::Security::Cryptography::CngAlgorithm ^ ECDiffieHellman { System::Security::Cryptography::CngAlgorithm ^ get(); };
public static System.Security.Cryptography.CngAlgorithm ECDiffieHellman { get; }
static member ECDiffieHellman : System.Security.Cryptography.CngAlgorithm
Public Shared ReadOnly Property ECDiffieHellman As CngAlgorithm
属性值
一个对象,此对象指定 ECDH 密钥交换算法,此算法的曲线通过密钥属性进行描述。