EvaluationContext.Properties プロパティ

定義

この EvaluationContext と関連付けられているクレーム以外のプロパティのコレクションを取得します。

public:
 abstract property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ Properties { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public abstract System.Collections.Generic.IDictionary<string,object> Properties { get; }
member this.Properties : System.Collections.Generic.IDictionary<string, obj>
Public MustOverride ReadOnly Property Properties As IDictionary(Of String, Object)

プロパティ値

非クレームプロパティのコレクションを指定する Dictionary<TKey,TValue>

注釈

インターフェイス (承認ポリシー) を System.IdentityModel.Selectors 実装する名前空間内の IAuthorizationPolicy クラスは、 コレクションに という名前 IdentitiesProperties プロパティを追加します。 Identities プロパティには、承認ポリシーによって提供される ID 情報を表す 1 つ以上の IList<T> インスタンスを格納する IIdentity 型のオブジェクトが含まれます。

適用対象