DacDeployOptions.EnclaveAttestationUrl 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
enclave 기반 Always Encrypted 사용할 enclave 증명 URL(증명 서비스 엔드포인트)을 지정합니다.
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 연결 문자열을 모두 올바르게 설정하여 배포 작업 중에 보안 enclave를 사용하여 Always Encrypted 사용하도록 설정해야 합니다.