Condividi tramite


DacDeployOptions.EnclaveAttestationUrl Proprietà

Definizione

Specifica l'URL di attestazione dell'enclave (endpoint del servizio di attestazione) da usare con Always Encrypted basato sull'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

Valore della proprietà

Attributi

Commenti

DacFx deve abilitare ColumnEncryptionSetting e impostare correttamente sia questa EnclaveAttestationProtocol che sulla stringa di connessione per abilitare Always Encrypted con enclave sicuri durante le operazioni di distribuzione.

Si applica a