SqlConnectionStringBuilder.EnclaveAttestationUrl Property

Definition

Gets or sets the enclave attestation Url to be used with enclave based Always Encrypted.

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

Property Value

The enclave attestation Url.

Applies to