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 演算法。

適用於