DacDeployOptions.EnclaveAttestationUrl Property

Definition

Specifies the enclave attestation Url (an attestation service endpoint) to be used with enclave based Always Encrypted.

public string EnclaveAttestationUrl { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "EnclaveAttestationUrl")]
public string EnclaveAttestationUrl { get; set; }
member this.EnclaveAttestationUrl : string with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "EnclaveAttestationUrl")>]
member this.EnclaveAttestationUrl : string with get, set
Public Property EnclaveAttestationUrl As String

Property Value

Attributes

Remarks

DacFx must enable ColumnEncryptionSetting and correctly set both this and EnclaveAttestationProtocol on the connection string to enable Always Encrypted with secure enclaves during deploy operations.

Applies to