DacDeployOptions.EnclaveAttestationProtocol Property

Definition

Specifies an attestation protocol to be used with enclave based Always Encrypted.

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

Property Value

Attributes

Remarks

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

Applies to