Share via


SqlEnclaveAttestationParameters.ClientDiffieHellmanKey 속성

정의

SqlClient가 enclave와 보안 세션을 설정할 때 사용하는 키 쌍을 캡슐화하는 Diffie-hellman 알고리즘을 가져옵니다.

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 알고리즘.

적용 대상