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))
プロパティ値
列暗号化の信頼されたマスター キー パスの一覧。