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))

属性值

列加密的受信任主密钥路径列表。

适用于