Поделиться через


DacDeployOptions.EnclaveAttestationUrl Свойство

Определение

Указывает URL-адрес аттестации анклава (конечную точку службы аттестации), который будет использоваться с 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

Значение свойства

Атрибуты

Комментарии

DacFx должен включить ColumnEncryptionSetting и правильно задать как это, так и EnclaveAttestationProtocol в строке подключения, чтобы включить Always Encrypted с безопасными анклавами во время операций развертывания.

Применяется к