SqlConnection.ColumnEncryptionTrustedMasterKeyPaths 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
允许你为数据库服务器设置受信任的密钥路径的列表。 如果在处理应用程序查询时驱动程序收到不在列表中的密钥路径,查询将失败。 此属性提供对涉及泄露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))
属性值
列加密的受信任主密钥路径列表。