Compartilhar via


DacDeployOptions.EnclaveAttestationUrl Propriedade

Definição

Especifica a URL de atestado de enclave (um ponto de extremidade de serviço de atestado) a ser usada com Always Encrypted baseadas em enclave.

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

Valor da propriedade

Atributos

Comentários

O DacFx deve habilitar ColumnEncryptionSetting e definir corretamente isso e EnclaveAttestationProtocol na cadeia de conexão para habilitar Always Encrypted com enclaves seguros durante as operações de implantação.

Aplica-se a