Represents the collection of claims that are associated with an entity.
Inheritance Hierarchy
Namespace: System.IdentityModel.Claims System. . :: . Object
System.IdentityModel.Claims. . :: . ClaimSet
System.IdentityModel.Claims. . :: . DefaultClaimSet
System.IdentityModel.Claims. . :: . WindowsClaimSet
System.IdentityModel.Claims. . :: . X509CertificateClaimSet
System.IdentityModel.Claims
System.IdentityModel.Claims
System.IdentityModel.Claims
System.IdentityModel.Claims
Assembly: System.IdentityModel (in System.IdentityModel.dll)
Syntax
<DataContractAttribute(Namespace := "http://schemas.xmlsoap.org/ws/2005/05/identity")> _
Public MustInherit Class ClaimSet _
Implements IEnumerable(Of Claim), IEnumerable[DataContractAttribute(Namespace = "http://schemas.xmlsoap.org/ws/2005/05/identity")]
public abstract class ClaimSet : IEnumerable<Claim>,
IEnumerable[DataContractAttribute(Namespace = L"http://schemas.xmlsoap.org/ws/2005/05/identity")]
public ref class ClaimSet abstract : IEnumerable<Claim^>,
IEnumerable[<AbstractClass>]
[<DataContractAttribute(Namespace = "http://schemas.xmlsoap.org/ws/2005/05/identity")>]
type ClaimSet =
class
interface IEnumerable<Claim>
interface IEnumerable
endThe ClaimSet type exposes the following members.
Properties
Top
| Name | Description | |
|---|---|---|
![]() | Count | When overridden in a derived class, gets the number of claims in this claim set. |
![]() | Issuer | When overridden in a derived class, gets the entity that issued this ClaimSet. |
![]() | Item | When overridden in a derived class, gets the Claim for the specified index. |
![]() ![]() | System | Gets a ClaimSet object that represents an application trusted issuer. |
![]() ![]() | Windows | Gets a set of claims that contains Windows security identifiers. |
Methods
Top
| Name | Description | |
|---|---|---|
![]() | ContainsClaim(Claim) | Determines whether the ClaimSet contains the specified Claim. |
![]() | ContainsClaim(Claim, IEqualityComparer | Determines whether the ClaimSet contains the specified Claim, by using the specified IEqualityComparer |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FindClaims | When overridden in a derived class, searches for a Claim object that matches the specified claim type and rights in the ClaimSet. |
![]() | GetEnumerator | When overridden in a derived class, gets a IEnumerator |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Top
| Name | Description | |
|---|---|---|
![]() | Aggregate | Overloaded. Applies an accumulator function over a sequence. (Defined by Enumerable.) |
![]() | Aggregate | Overloaded. Applies an accumulator function over a sequence. The specified seed value is used as the initial accumulator value. (Defined by Enumerable.) |
![]() | Aggregate | Overloaded. Applies an accumulator function over a sequence. The specified seed value is used as the initial accumulator value, and the specified function is used to select the result value. (Defined by Enumerable.) |
![]() | All | Determines whether all elements of a sequence satisfy a condition. (Defined by Enumerable.) |
![]() | Any | Overloaded. Determines whether a sequence contains any elements. (Defined by Enumerable.) |
![]() | Any | Overloaded. Determines whether any element of a sequence satisfies a condition. (Defined by Enumerable.) |
![]() | AsEnumerable | Returns the input typed as IEnumerable |
![]() | AsParallel | Overloaded. Enables parallelization of a query. (Defined by ParallelEnumerable.) |
![]() | AsParallel | Overloaded. Enables parallelization of a query. (Defined by ParallelEnumerable.) |
![]() | AsQueryable | Overloaded. Converts an IEnumerable to an IQueryable. (Defined by Queryable.) |
![]() | AsQueryable | Overloaded. Converts a generic IEnumerable |
![]() | Average | Overloaded. Computes the average of a sequence of nullable Decimal values that are obtained by invoking a transform function on each element of the input sequence. (Defined by Enumerable.) |
![]() | Average | Overloaded. Computes the average of a sequence of nullable Double values that are obtained by invoking a transform function on each element of the input sequence. (Defined by Enumerable.) |
![]() | Average | Overloaded. Computes the average of a sequence of Int32 values that are obtained by invoking a transform function on each element of the input sequence. (Defined by Enumerable.) |
![]() | Average | Overloaded. Computes the average of a sequence of nullable Int32 values that are obtained by invoking a transform function on each element of the input sequence. (Defined by Enumerable.) |
![]() | Average | Overloaded. Computes the average of a sequence of Int64 values that are obtained by invoking a transform function on each element of the input sequence. (Defined by Enumerable.) |
![]() | Average | Overloaded. Computes the average of a sequence of nullable Int64 values that are obtained by invoking a transform function on each element of the input sequence. (Defined by Enumerable.) |
![]() | Average | Overloaded. Computes the average of a sequence of Single values that are obtained by invoking a transform function on each element of the input sequence. (Defined by Enumerable.) |
![]() | Average | Overloaded. Computes the average of a sequence of nullable Single values that are obtained by invoking a transform function on each element of the input sequence. (Defined by Enumerable.) |
![]() | Average | Overloaded. Computes the average of a sequence of Double values that are obtained by invoking a transform function on each element of the input sequence. (Defined by Enumerable.) |
![]() | Average | Overloaded. Computes the average of a sequence of Decimal values that are obtained by invoking a transform function on each element of the input sequence. (Defined by Enumerable.) |
![]() | Cast | Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.) |
![]() | Concat | Concatenates two sequences. (Defined by Enumerable.) |
![]() | Contains | Overloaded. Determines whether a sequence contains a specified element by using the default equality comparer. (Defined by Enumerable.) |
![]() | Contains | Overloaded. Determines whether a sequence contains a specified element by using a specified IEqualityComparer |
![]() | Count | Overloaded. Returns the number of elements in a sequence. (Defined by Enumerable.) |
![]() | Count | Overloaded. Returns a number that represents how many elements in the specified sequence satisfy a condition. (Defined by Enumerable.) |
![]() | DefaultIfEmpty | Overloaded. Returns the elements of the specified sequence or the type parameter's default value in a singleton collection if the sequence is empty. (Defined by Enumerable.) |
![]() | DefaultIfEmpty | Overloaded. Returns the elements of the specified sequence or the specified value in a singleton collection if the sequence is empty. (Defined by Enumerable.) |
![]() | Distinct | Overloaded. Returns distinct elements from a sequence by using the default equality comparer to compare values. (Defined by Enumerable.) |
![]() | Distinct | Overloaded. Returns distinct elements from a sequence by using a specified IEqualityComparer |
![]() | ElementAt | Returns the element at a specified index in a sequence. (Defined by Enumerable.) |
![]() | ElementAtOrDefault | Returns the element at a specified index in a sequence or a default value if the index is out of range. (Defined by Enumerable.) |
![]() | Except | Overloaded. Produces the set difference of two sequences by using the default equality comparer to compare values. (Defined by Enumerable.) |
![]() | Except | Overloaded. Produces the set difference of two sequences by using the specified IEqualityComparer |
![]() | First | Overloaded. Returns the first element of a sequence. (Defined by Enumerable.) |
![]() | First | Overloaded. Returns the first element in a sequence that satisfies a specified condition. (Defined by Enumerable.) |
![]() | FirstOrDefault | Overloaded. Returns the first element of a sequence, or a default value if the sequence contains no elements. (Defined by Enumerable.) |
![]() | FirstOrDefault | Overloaded. Returns the first element of the sequence that satisfies a condition or a default value if no such element is found. (Defined by Enumerable.) |
![]() | GroupBy | Overloaded. Groups the elements of a sequence according to a specified key selector function. (Defined by Enumerable.) |
![]() | GroupBy | Overloaded. Groups the elements of a sequence according to a specified key selector function and compares the keys by using a specified comparer. (Defined by Enumerable.) |
![]() | GroupBy | Overloaded. Groups the elements of a sequence according to a specified key selector function and projects the elements for each group by using a specified function. (Defined by Enumerable.) |
![]() | GroupBy | Overloaded. Groups the elements of a sequence according to a specified key selector function and creates a result value from each group and its key. (Defined by Enumerable.) |
![]() | GroupBy | Overloaded. Groups the elements of a sequence according to a key selector function. The keys are compared by using a comparer and each group's elements are projected by using a specified function. (Defined by Enumerable.) |
![]() | GroupBy | Overloaded. Groups the elements of a sequence according to a specified key selector function and creates a result value from each group and its key. The keys are compared by using a specified comparer. (Defined by Enumerable.) |
![]() | GroupBy | Overloaded. Groups the elements of a sequence according to a specified key selector function and creates a result value from each group and its key. The elements of each group are projected by using a specified function. (Defined by Enumerable.) |
![]() | GroupBy | Overloaded. Groups the elements of a sequence according to a specified key selector function and creates a result value from each group and its key. Key values are compared by using a specified comparer, and the elements of each group are projected by using a specified function. (Defined by Enumerable.) |
![]() | GroupJoin | Overloaded. Correlates the elements of two sequences based on equality of keys and groups the results. The default equality comparer is used to compare keys. (Defined by Enumerable.) |
![]() | GroupJoin | Overloaded. Correlates the elements of two sequences based on key equality and groups the results. A specified IEqualityComparer |
![]() | Intersect | Overloaded. Produces the set intersection of two sequences by using the default equality comparer to compare values. (Defined by Enumerable.) |
![]() | Intersect | Overloaded. Produces the set intersection of two sequences by using the specified IEqualityComparer |
![]() | Join | Overloaded. Correlates the elements of two sequences based on matching keys. The default equality comparer is used to compare keys. (Defined by Enumerable.) |
![]() | Join | Overloaded. Correlates the elements of two sequences based on matching keys. A specified IEqualityComparer |
![]() | Last | Overloaded. Returns the last element of a sequence. (Defined by Enumerable.) |
![]() | Last | Overloaded. Returns the last element of a sequence that satisfies a specified condition. (Defined by Enumerable.) |
![]() | LastOrDefault | Overloaded. Returns the last element of a sequence, or a default value if the sequence contains no elements. (Defined by Enumerable.) |
![]() | LastOrDefault | Overloaded. Returns the last element of a sequence that satisfies a condition or a default value if no such element is found. (Defined by Enumerable.) |
![]() | LongCount | Overloaded. Returns an Int64 that represents the total number of elements in a sequence. (Defined by Enumerable.) |
![]() | LongCount | Overloaded. Returns an Int64 that represents how many elements in a sequence satisfy a condition. (Defined by Enumerable.) |
![]() | Max | Overloaded. Returns the maximum value in a generic sequence. (Defined by Enumerable.) |
![]() | Max | Overloaded. Invokes a transform function on each element of a sequence and returns the maximum nullable Decimal value. (Defined by Enumerable.) |
![]() | Max | Overloaded. Invokes a transform function on each element of a sequence and returns the maximum nullable Double value. (Defined by Enumerable.) |
![]() | Max | Overloaded. Invokes a transform function on each element of a sequence and returns the maximum Int32 value. (Defined by Enumerable.) |
![]() | Max | Overloaded. Invokes a transform function on each element of a sequence and returns the maximum nullable Int32 value. (Defined by Enumerable.) |
![]() | Max | Overloaded. Invokes a transform function on each element of a sequence and returns the maximum Int64 value. (Defined by Enumerable.) |
![]() | Max | Overloaded. Invokes a transform function on each element of a sequence and returns the maximum nullable Int64 value. (Defined by Enumerable.) |
![]() | Max | Overloaded. Invokes a transform function on each element of a sequence and returns the maximum Single value. (Defined by Enumerable.) |
![]() | Max | Overloaded. Invokes a transform function on each element of a sequence and returns the maximum nullable Single value. (Defined by Enumerable.) |
![]() | Max | Overloaded. Invokes a transform function on each element of a sequence and returns the maximum Double value. (Defined by Enumerable.) |
![]() | Max | Overloaded. Invokes a transform function on each element of a sequence and returns the maximum Decimal value. (Defined by Enumerable.) |
![]() | Max | Overloaded. Invokes a transform function on each element of a generic sequence and returns the maximum resulting value. (Defined by Enumerable.) |
![]() | Min | Overloaded. Returns the minimum value in a generic sequence. (Defined by Enumerable.) |
![]() | Min | Overloaded. Invokes a transform function on each element of a sequence and returns the minimum nullable Decimal value. (Defined by Enumerable.) |
![]() | Min | Overloaded. Invokes a transform function on each element of a sequence and returns the minimum nullable Double value. (Defined by Enumerable.) |
![]() | Min | Overloaded. Invokes a transform function on each element of a sequence and returns the minimum Int32 value. (Defined by Enumerable.) |
![]() | Min | Overloaded. Invokes a transform function on each element of a sequence and returns the minimum nullable Int32 value. (Defined by Enumerable.) |
![]() | Min | Overloaded. Invokes a transform function on each element of a sequence and returns the minimum Int64 value. (Defined by Enumerable.) |
![]() | Min | Overloaded. Invokes a transform function on each element of a sequence and returns the minimum nullable Int64 value. (Defined by Enumerable.) |
![]() | Min | Overloaded. Invokes a transform function on each element of a sequence and returns the minimum Single value. (Defined by Enumerable.) |
![]() | Min | Overloaded. Invokes a transform function on each element of a sequence and returns the minimum nullable Single value. (Defined by Enumerable.) |
![]() | Min | Overloaded. Invokes a transform function on each element of a sequence and returns the minimum Double value. (Defined by Enumerable.) |
![]() | Min | Overloaded. Invokes a transform function on each element of a sequence and returns the minimum Decimal value. (Defined by Enumerable.) |
![]() | Min | Overloaded. Invokes a transform function on each element of a generic sequence and returns the minimum resulting value. (Defined by Enumerable.) |
![]() | OfType | Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.) |
![]() | OrderBy | Overloaded. Sorts the elements of a sequence in ascending order according to a key. (Defined by Enumerable.) |
![]() | OrderBy | Overloaded. Sorts the elements of a sequence in ascending order by using a specified comparer. (Defined by Enumerable.) |
![]() | OrderByDescending | Overloaded. Sorts the elements of a sequence in descending order according to a key. (Defined by Enumerable.) |
![]() | OrderByDescending | Overloaded. Sorts the elements of a sequence in descending order by using a specified comparer. (Defined by Enumerable.) |
![]() | Reverse | Inverts the order of the elements in a sequence. (Defined by Enumerable.) |
![]() | Select | Overloaded. Projects each element of a sequence into a new form. (Defined by Enumerable.) |
![]() | Select | Overloaded. Projects each element of a sequence into a new form by incorporating the element's index. (Defined by Enumerable.) |
![]() | SelectMany | Overloaded. Projects each element of a sequence to an IEnumerable |
![]() | SelectMany | Overloaded. Projects each element of a sequence to an IEnumerable |
![]() | SelectMany | Overloaded. Projects each element of a sequence to an IEnumerable |
![]() | SelectMany | Overloaded. Projects each element of a sequence to an IEnumerable |
![]() | SequenceEqual | Overloaded. Determines whether two sequences are equal by comparing the elements by using the default equality comparer for their type. (Defined by Enumerable.) |
![]() | SequenceEqual | Overloaded. Determines whether two sequences are equal by comparing their elements by using a specified IEqualityComparer |
![]() | Single | Overloaded. Returns the only element of a sequence, and throws an exception if there is not exactly one element in the sequence. (Defined by Enumerable.) |
![]() | Single | Overloaded. Returns the only element of a sequence that satisfies a specified condition, and throws an exception if more than one such element exists. (Defined by Enumerable.) |
![]() | SingleOrDefault | Overloaded. Returns the only element of a sequence, or a default value if the sequence is empty; this method throws an exception if there is more than one element in the sequence. (Defined by Enumerable.) |
![]() | SingleOrDefault | Overloaded. Returns the only element of a sequence that satisfies a specified condition or a default value if no such element exists; this method throws an exception if more than one element satisfies the condition. (Defined by Enumerable.) |
![]() | Skip | Bypasses a specified number of elements in a sequence and then returns the remaining elements. (Defined by Enumerable.) |
![]() | SkipWhile | Overloaded. Bypasses elements in a sequence as long as a specified condition is true and then returns the remaining elements. (Defined by Enumerable.) |
![]() | SkipWhile | Overloaded. Bypasses elements in a sequence as long as a specified condition is true and then returns the remaining elements. The element's index is used in the logic of the predicate function. (Defined by Enumerable.) |
![]() | Sum | Overloaded. Computes the sum of the sequence of nullable Decimal values that are obtained by invoking a transform function on each element of the input sequence. (Defined by Enumerable.) |
![]() | Sum | Overloaded. Computes the sum of the sequence of nullable Double values that are obtained by invoking a transform function on each element of the input sequence. (Defined by Enumerable.) |
![]() | Sum | Overloaded. Computes the sum of the sequence of Int32 values that are obtained by invoking a transform function on each element of the input sequence. (Defined by Enumerable.) |
![]() | Sum | Overloaded. Computes the sum of the sequence of nullable Int32 values that are obtained by invoking a transform function on each element of the input sequence. (Defined by Enumerable.) |
![]() | Sum | Overloaded. Computes the sum of the sequence of Int64 values that are obtained by invoking a transform function on each element of the input sequence. (Defined by Enumerable.) |
![]() | Sum | Overloaded. Computes the sum of the sequence of nullable Int64 values that are obtained by invoking a transform function on each element of the input sequence. (Defined by Enumerable.) |
![]() | Sum | Overloaded. Computes the sum of the sequence of Single values that are obtained by invoking a transform function on each element of the input sequence. (Defined by Enumerable.) |
![]() | Sum | Overloaded. Computes the sum of the sequence of nullable Single values that are obtained by invoking a transform function on each element of the input sequence. (Defined by Enumerable.) |
![]() | Sum | Overloaded. Computes the sum of the sequence of Double values that are obtained by invoking a transform function on each element of the input sequence. (Defined by Enumerable.) |
![]() | Sum | Overloaded. Computes the sum of the sequence of Decimal values that are obtained by invoking a transform function on each element of the input sequence. (Defined by Enumerable.) |
![]() | Take | Returns a specified number of contiguous elements from the start of a sequence. (Defined by Enumerable.) |
![]() | TakeWhile | Overloaded. Returns elements from a sequence as long as a specified condition is true. (Defined by Enumerable.) |
![]() | TakeWhile | Overloaded. Returns elements from a sequence as long as a specified condition is true. The element's index is used in the logic of the predicate function. (Defined by Enumerable.) |
![]() | ToArray | Creates an array from a IEnumerable |
![]() | ToDictionary | Overloaded. Creates a Dictionary |
![]() | ToDictionary | Overloaded. Creates a Dictionary |
![]() | ToDictionary | Overloaded. Creates a Dictionary |
![]() | ToDictionary | Overloaded. Creates a Dictionary |
![]() | ToList | Creates a List |
![]() | ToLookup | Overloaded. Creates a Lookup |
![]() | ToLookup | Overloaded. Creates a Lookup |
![]() | ToLookup | Overloaded. Creates a Lookup |
![]() | ToLookup | Overloaded. Creates a Lookup |
![]() | Union | Overloaded. Produces the set union of two sequences by using the default equality comparer. (Defined by Enumerable.) |
![]() | Union | Overloaded. Produces the set union of two sequences by using a specified IEqualityComparer |
![]() | Where | Overloaded. Filters a sequence of values based on a predicate. (Defined by Enumerable.) |
![]() | Where | Overloaded. Filters a sequence of values based on a predicate. Each element's index is used in the logic of the predicate function. (Defined by Enumerable.) |
![]() | Zip | Applies a specified function to the corresponding elements of two sequences, producing a sequence of the results. (Defined by Enumerable.) |
Explicit Interface Implementations
Top
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable | Gets an IEnumerator |
Remarks
After the ClaimSet class has been created, it cannot be changed.
Examining the content of a ClaimSet for particular types of claims is a common task when using claim-based authorization. To examine a ClaimSet for the presence of particular claims, use the FindClaims method. The method provides better performance than iterating directly over the ClaimSet.
Examples
Public Class MyServiceAuthorizationManager
Inherits ServiceAuthorizationManager
Protected Overrides Function CheckAccessCore(ByVal operationContext As OperationContext) As Boolean
' Extract the action URI from the OperationContext. Match this against the claims
' in the AuthorizationContext.
Dim action As String = operationContext.RequestContext.RequestMessage.Headers.Action
Console.WriteLine("action: {0}", action)
' Iterate through the various claim sets in the AuthorizationContext.
Dim cs As ClaimSet
For Each cs In operationContext.ServiceSecurityContext.AuthorizationContext.ClaimSets
' Examine only those claim sets issued by System.
If cs.Issuer Is ClaimSet.System Then
' Iterate through claims of type "http://example.org/claims/allowedoperation".
Dim c As Claim
For Each c In cs.FindClaims("http://example.org/claims/allowedoperation", Rights.PossessProperty)
' Write the claim resource to the console.
Console.WriteLine("resource: {0}", c.Resource.ToString())
' If the claim resource matches the action URI then return true to allow access
If action = c.Resource.ToString() Then
Return True
End If
Next c
End If
Next cs
'
' If this point is reached, return false to deny access.
Return False
End Function
public class MyServiceAuthorizationManager : ServiceAuthorizationManager
{
protected override bool CheckAccessCore(OperationContext operationContext)
{
// Extract the action URI from the OperationContext. Match this against the claims
// in the AuthorizationContext.
string action = operationContext.RequestContext.RequestMessage.Headers.Action;
Console.WriteLine("action: {0}", action);
// Iterate through the various claim sets in the AuthorizationContext.
foreach(ClaimSet cs in operationContext.ServiceSecurityContext.AuthorizationContext.ClaimSets)
{
// Examine only those claim sets issued by System.
if (cs.Issuer == ClaimSet.System)
{
// Iterate through claims of type "http://example.org/claims/allowedoperation".
foreach (Claim c in cs.FindClaims("http://example.org/claims/allowedoperation",
Rights.PossessProperty))
{
// Write the claim resource to the console.
Console.WriteLine("resource: {0}", c.Resource.ToString());
// If the claim resource matches the action URI then return true to allow access.
if (action == c.Resource.ToString())
return true;
}
}
}
// If this point is reached, return false to deny access.
return false;
}
}
Platforms
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..gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)