This documentation is archived and is not being maintained.

WindowsClaimSet Class

Represents a collection of Windows claims that are associated with an entity.

System::Object
  System.IdentityModel.Claims::ClaimSet
    System.IdentityModel.Claims::WindowsClaimSet

Namespace:  System.IdentityModel.Claims
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

public ref class WindowsClaimSet : public ClaimSet, 
	IDisposable

The WindowsClaimSet type exposes the following members.

  NameDescription
Public methodWindowsClaimSet(WindowsIdentity)Initializes a new instance of the WindowsClaimSet class by using the Windows user identity specified by the WindowsIdentity object.
Public methodWindowsClaimSet(WindowsIdentity, Boolean)Initializes a new instance of the WindowsClaimSet class by using the Windows user identity specified by the WindowsIdentity object.
Public methodWindowsClaimSet(WindowsIdentity, DateTime)Initializes a new instance of the WindowsClaimSet class by using the Windows user identity specified by the WindowsIdentity object.
Public methodWindowsClaimSet(WindowsIdentity, Boolean, DateTime)Initializes a new instance of the WindowsClaimSet class by using the Windows user identity specified by the WindowsIdentity object.
Public methodWindowsClaimSet(WindowsIdentity, String, Boolean, DateTime)Initializes a new instance of the WindowsClaimSet class by using the Windows user identity specified by the WindowsIdentity object.
Top

  NameDescription
Public propertyCountGets the number of claims in this collection. (Overrides ClaimSet::Count.)
Public propertyExpirationTimeGets the expiration time for this WindowsClaimSet.
Public propertyIssuerGets the issuer for this WindowsClaimSet. (Overrides ClaimSet::Issuer.)
Public propertyItemGets the claim for the specified index. (Overrides ClaimSet::Item[Int32].)
Public propertyWindowsIdentityGets the Windows identity for this claim set.
Top

  NameDescription
Public methodContainsClaim(Claim)Determines whether the ClaimSet contains the specified Claim. (Inherited from ClaimSet.)
Public methodContainsClaim(Claim, IEqualityComparer<Claim>)Determines whether the ClaimSet contains the specified Claim, by using the specified IEqualityComparer<T> object. (Inherited from ClaimSet.)
Public methodDisposeReleases all resources used by the WindowsClaimSet.
Public methodEquals(Object)Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodFindClaimsSearches for the claim that matches the specified claim type and rights in the WindowsClaimSet. (Overrides ClaimSet::FindClaims(String, String).)
Public methodGetEnumeratorGets an IEnumerator<T> that can be used to enumerate the Windows claims in the WindowsClaimSet. (Overrides ClaimSet::GetEnumerator().)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodToStringReturns this WindowsClaimSet object. (Overrides Object::ToString().)
Top

  NameDescription
Explicit interface implemetationPrivate methodIEnumerable::GetEnumeratorGets an IEnumerator<T> that can be used to enumerate the Claim object in the ClaimSet. (Inherited from ClaimSet.)
Top

.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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: