This documentation is archived and is not being maintained.

EvaluationContext::Properties Property

Gets a collection of non-claim properties associated with this EvaluationContext.

Namespace:  System.IdentityModel.Policy
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.

.NET Framework

Supported in: 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

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: