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