This documentation is archived and is not being maintained.
AuthorizationContext::Properties Property
Visual Studio 2010
Gets a collection of non-claim properties associated with this AuthorizationContext object.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
public: virtual property IDictionary<String^, Object^>^ Properties { IDictionary<String^, Object^>^ get () abstract; }
Property Value
Type: System.Collections.Generic::IDictionary<String, Object>A Dictionary<TKey, TValue> that specifies a collection of non-claim properties.
reserves two properties:Identities and Principal. The Identities property is used by an IAuthorizationPolicy to specify the IList<T> of one or more identities that are related to the AuthorizationContext. The Principal property is used by an IAuthorizationPolicy to specify the IPrincipal that is associated with an AuthorizationContext.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: