DacDeployOptions.EnclaveAttestationProtocol 属性

定义

指定要与基于 enclave 的 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 ,以便在部署操作期间启用具有安全 enclave 的Always Encrypted。

适用于