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.SelectorsIAuthorizationPolicy作介面 (授權原則的類別,) 將名為 Identities 的屬性新增至 集合。Properties Identities 屬性包含型別 IList<T> 的物件,其中含有一或多個代表由授權原則提供之身分識別資訊的 IIdentity 執行個體。

適用於