AuthorizationContext.Properties 屬性

定義

取得與此 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 會保留兩個屬性: IdentitiesPrincipalIdentities 會使用 IAuthorizationPolicy 屬性來指定與 IList<T> 相關聯之一或多個識別的 AuthorizationContextPrincipal 會使用 IAuthorizationPolicy 屬性來指定與 IPrincipal 相關聯的 AuthorizationContext

適用於