CngAlgorithm.ECDiffieHellman 屬性

定義

取得 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 金鑰交換演算法,而其曲線是透過金鑰屬性來描述。

適用於