EvaluationContext.Properties 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與此 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作介面 (授權原則的類別,) 將名為 Identities
的屬性新增至 集合。Properties Identities
屬性包含型別 IList<T> 的物件,其中含有一或多個代表由授權原則提供之身分識別資訊的 IIdentity 執行個體。