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は、IdentitiesPrincipal の 2 つのプロパティを予約します。 Identities プロパティは、IAuthorizationPolicyに関連する 1 つ以上の ID のIList<T>を指定するために、AuthorizationContextによって使用されます。 Principal プロパティは、IAuthorizationPolicyに関連付けられているIPrincipalを指定するために、AuthorizationContextによって使用されます。

適用対象