This documentation is archived and is not being maintained.
DefaultClaimSet Class
Visual Studio 2010
Provides a default implementation of the ClaimSet class.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
The DefaultClaimSet type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DefaultClaimSet(array<Claim>) | Initializes a new instance of the DefaultClaimSet class, using the specified claims. |
![]() | DefaultClaimSet(IList<Claim>) | Initializes a new instance of the DefaultClaimSet class, using the specified claims. |
![]() | DefaultClaimSet(ClaimSet, IList<Claim>) | Initializes a new instance of the DefaultClaimSet class, using the specified claims. |
![]() | DefaultClaimSet(ClaimSet, array<Claim>) | Initializes a new instance of the DefaultClaimSet class, using the specified claims. |
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of Claim objects in this claim set. (Overrides ClaimSet::Count.) |
![]() | Issuer | Gets the ClaimSet object that issued this claim set. (Overrides ClaimSet::Issuer.) |
![]() | Item | Gets the Claim for the specified index. (Overrides ClaimSet::Item[Int32].) |
| Name | Description | |
|---|---|---|
![]() | ContainsClaim(Claim) | Determines whether the specified claim is contained within this claim set. (Overrides ClaimSet::ContainsClaim(Claim).) |
![]() | ContainsClaim(Claim, IEqualityComparer<Claim>) | Determines whether the ClaimSet contains the specified Claim, by using the specified IEqualityComparer<T> object. (Inherited from ClaimSet.) |
![]() | 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 | Searches for the Claim object that matches the specified claim type and rights in the DefaultClaimSet. (Overrides ClaimSet::FindClaims(String, String).) |
![]() | GetEnumerator | Gets an IEnumerator<T> that can be used to enumerate the Claim object in the DefaultClaimSet. (Overrides ClaimSet::GetEnumerator().) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Initialize | Initializes an instance of the DefaultClaimSet class, using the specified claims. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns this ClaimSet object. (Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable::GetEnumerator | Gets an IEnumerator<T> that can be used to enumerate the Claim object in the ClaimSet. (Inherited from ClaimSet.) |
This is a concrete implementation of the ClaimSet abstract base class. Implementations of IAuthorizationPolicy can use an instance of this class to add a ClaimSet to an EvaluationContext.
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:
