SqlConnectionStringBuilder.EnclaveAttestationUrl 属性

定义

获取或设置要与基于 enclave 的 Always Encrypted 搭配使用的 enclave 证明 URL。

public:
 property System::String ^ EnclaveAttestationUrl { System::String ^ get(); void set(System::String ^ value); };
public string EnclaveAttestationUrl { get; set; }
member this.EnclaveAttestationUrl : string with get, set
Public Property EnclaveAttestationUrl As String

属性值

enclave 证明 URL。

适用于