SqlConnection.ColumnEncryptionTrustedMasterKeyPaths 속성

정의

데이터베이스 서버에 대해 신뢰할 수 있는 키 경로 목록을 설정할 수 있습니다. 애플리케이션 쿼리를 처리하는 동안 드라이버가 목록에 없는 키 경로를 받으면 쿼리가 실패합니다. 이 속성은 손상된 SQL Server 가짜 키 경로를 제공하는 보안 공격에 대한 추가 보호를 제공하므로 키 저장소 자격 증명이 유출될 수 있습니다.

public:
 static property System::Collections::Generic::IDictionary<System::String ^, System::Collections::Generic::IList<System::String ^> ^> ^ ColumnEncryptionTrustedMasterKeyPaths { System::Collections::Generic::IDictionary<System::String ^, System::Collections::Generic::IList<System::String ^> ^> ^ get(); };
public static System.Collections.Generic.IDictionary<string,System.Collections.Generic.IList<string>> ColumnEncryptionTrustedMasterKeyPaths { get; }
static member ColumnEncryptionTrustedMasterKeyPaths : System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<string>>
Public Shared ReadOnly Property ColumnEncryptionTrustedMasterKeyPaths As IDictionary(Of String, IList(Of String))

속성 값

열 암호화에 대한 신뢰할 수 있는 마스터 키 경로 목록입니다.

적용 대상