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


DacDeployOptions.EnclaveAttestationProtocol Свойство

Определение

Определяет протокол аттестации, используемый в 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

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

Атрибуты

Комментарии

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

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