SqlEnclaveAttestationParameters.ClientDiffieHellmanKey Propriedade

Definição

Obtém um algoritmo Diffie-Hellman que encapsula um par de chaves que o SqlClient usa para estabelecer uma sessão segura com o 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

Valor da propriedade

O algoritmo Diffie-Hellman.

Aplica-se a