Compartir a través de


SqlEnclaveAttestationParameters.ClientDiffieHellmanKey Propiedad

Definición

Obtiene un algoritmo Diffie-Hellman que encapsula un par de claves que SqlClient usa para establecer una sesión segura con el 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 de propiedad

Algoritmo Diffie-Hellman.

Se aplica a