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

屬性值

欄位加密的受信任主金鑰路徑清單。

適用於