DacDeployOptions.EnclaveAttestationUrl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.