Compartir a través de


DacDeployOptions.EnclaveAttestationUrl Propiedad

Definición

Especifica la dirección URL de atestación del enclave (un punto de conexión de servicio de atestación) que se va a usar con Always Encrypted basados en enclaves.

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 de propiedad

Atributos

Comentarios

DacFx debe habilitar ColumnEncryptionSetting y establecer correctamente esto y EnclaveAttestationProtocol en la cadena de conexión para habilitar Always Encrypted con enclaves seguros durante las operaciones de implementación.

Se aplica a