This documentation is archived and is not being maintained.
EvaluationContext::Properties Property
Visual Studio 2010
Gets a collection of non-claim properties associated with this EvaluationContext.
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.
The classes in the System.IdentityModel.Selectors namespace that implement the IAuthorizationPolicy interface (authorization policies) add a property named Identities to the.Properties collection. The Identities property contains an object of type IList<T> that contains one or more IIdentity instances that represent identity information that is provided by the authorization policies.
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: