SqlEnclaveAttestationParameters.ClientDiffieHellmanKey 属性

定义

获取 Diffie-Hellman 算法,该算法封装 SqlClient 用于建立与 enclave 的安全会话的密钥对。

public:
 property System::Security::Cryptography::ECDiffieHellmanCng ^ ClientDiffieHellmanKey { System::Security::Cryptography::ECDiffieHellmanCng ^ get(); };
public System.Security.Cryptography.ECDiffieHellmanCng ClientDiffieHellmanKey { get; }
member this.ClientDiffieHellmanKey : System.Security.Cryptography.ECDiffieHellmanCng
Public ReadOnly Property ClientDiffieHellmanKey As ECDiffieHellmanCng

属性值

Diffie-Hellman 算法。

适用于