Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
EvaluationContext.ClaimSets Property
Definition
- Namespace:
- System.IdentityModel.Policy
- Assembly:
- System.ServiceModel.Primitives.dll
- Assembly:
- System.IdentityModel.dll
- Package:
- System.ServiceModel.Primitives v10.0.652802
- Source:
- EvaluationContext.cs
- Source:
- EvaluationContext.cs
- Source:
- EvaluationContext.cs
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a read-only collection of ClaimSet objects that contains the claims added by authorization policies that have been evaluated.
public:
abstract property System::Collections::ObjectModel::ReadOnlyCollection<System::IdentityModel::Claims::ClaimSet ^> ^ ClaimSets { System::Collections::ObjectModel::ReadOnlyCollection<System::IdentityModel::Claims::ClaimSet ^> ^ get(); };
public abstract System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Claims.ClaimSet> ClaimSets { get; }
member this.ClaimSets : System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Claims.ClaimSet>
Public MustOverride ReadOnly Property ClaimSets As ReadOnlyCollection(Of ClaimSet)
Property Value
A ReadOnlyCollection<T> objects that contains the claims added by authorization policies that have been evaluated.
Remarks
To add claims to this collection, for example from an authorization policy, use the AddClaimSet method.
Applies to
Feedback
Was this page helpful?
