Rediger

Del via


WindowsClaimSet Class

Definition

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

public ref class WindowsClaimSet : System::IdentityModel::Claims::ClaimSet, IDisposable
public class WindowsClaimSet : System.IdentityModel.Claims.ClaimSet, IDisposable
type WindowsClaimSet = class
    inherit ClaimSet
    interface IDisposable
Public Class WindowsClaimSet
Inherits ClaimSet
Implements IDisposable
Inheritance
WindowsClaimSet
Implements

Constructors

WindowsClaimSet(WindowsIdentity, Boolean, DateTime)

Initializes a new instance of the WindowsClaimSet class by using the Windows user identity specified by the WindowsIdentity object.

WindowsClaimSet(WindowsIdentity, Boolean)

Initializes a new instance of the WindowsClaimSet class by using the Windows user identity specified by the WindowsIdentity object.

WindowsClaimSet(WindowsIdentity, DateTime)

Initializes a new instance of the WindowsClaimSet class by using the Windows user identity specified by the WindowsIdentity object.

WindowsClaimSet(WindowsIdentity, String, Boolean, DateTime)

Initializes a new instance of the WindowsClaimSet class by using the Windows user identity specified by the WindowsIdentity object.

WindowsClaimSet(WindowsIdentity)

Initializes a new instance of the WindowsClaimSet class by using the Windows user identity specified by the WindowsIdentity object.

Properties

Count

Gets the number of claims in this collection.

ExpirationTime

Gets the expiration time for this WindowsClaimSet.

Issuer

Gets the issuer for this WindowsClaimSet.

Item[Int32]

Gets the claim for the specified index.

WindowsIdentity

Gets the Windows identity for this claim set.

Methods

ContainsClaim(Claim, IEqualityComparer<Claim>)

Determines whether the ClaimSet contains the specified Claim, by using the specified IEqualityComparer<T> object.

(Inherited from ClaimSet)
ContainsClaim(Claim)

Determines whether the ClaimSet contains the specified Claim.

(Inherited from ClaimSet)
Dispose()

Releases all resources used by the WindowsClaimSet.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
FindClaims(String, String)

Searches for the claim that matches the specified claim type and rights in the WindowsClaimSet.

GetEnumerator()

Gets an IEnumerator<T> that can be used to enumerate the Windows claims in the WindowsClaimSet.

GetHashCode()

Serves as the default hash function.

(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 this WindowsClaimSet object.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Gets an IEnumerator<T> that can be used to enumerate the Claim object in the ClaimSet.

(Inherited from ClaimSet)

Applies to