AuthorizationContext.Properties 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與此 AuthorizationContext 物件相關聯的非宣告屬性集合。
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>,指定非宣告屬性的集合。
備註
Windows Communication Foundation 會保留兩個屬性: Identities
和 Principal
。 Identities
會使用 IAuthorizationPolicy 屬性來指定與 IList<T> 相關聯之一或多個識別的 AuthorizationContext。 Principal
會使用 IAuthorizationPolicy 屬性來指定與 IPrincipal 相關聯的 AuthorizationContext。