EvaluationContext.Properties Egenskap

Definition

Hämtar en samling icke-anspråksegenskaper som är associerade med den här EvaluationContext.

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)

Egenskapsvärde

En Dictionary<TKey,TValue> som anger en samling icke-anspråksegenskaper.

Kommentarer

Klasserna i System.IdentityModel.Selectors namnområdet som implementerar IAuthorizationPolicy gränssnittet (auktoriseringsprinciper) lägger till en egenskap med namnet Identities i samlingen.Properties Egenskapen Identities innehåller ett objekt av typen IList<T> som innehåller en eller flera IIdentity instanser som representerar identitetsinformation som tillhandahålls av auktoriseringsprinciperna.

Gäller för