Share via


IssuedTokenCache Members

Represents a cache of issued security tokens that is managed by the issued security token manager.

The following tables list the members exposed by the IssuedTokenCache type.

Public Constructors

  Name Description
IssuedTokenCache Initializes a new instance of the IssuedTokenCache class by specifying the maximum number of issued security tokens in the cache.

Top

Public Properties

  Name Description
public property Capacity Gets the maximum number of issued security tokens in the cache.
public property Count Gets the number of issued security tokens in the cache.
public property IsSynchronized Gets a value indicating whether access to IssuedTokenCache is synchronized (thread-safe).
public property Item Gets the SecurityToken corresponding to the specified security token reference.
public property SyncRoot Gets an object that can be used to synchronize access to the IssuedTokenCache.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Add Adds an issued security token to the collection.
public method Clear Removes all the SecurityToken objects from the current IssuedTokenCache.
public method Contains Checks if a security token exists in a IssuedTokenCache.
public method Equals  Overloaded. (Inherited from Object )
public method GetEnumerator Gets a System.Collections.IEnumerator that can iterate through the IssuedTokenCache.
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method static ReferenceEquals  (Inherited from Object )
public method Remove Removes the specific SecurityToken from a IssuedTokenCache.
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )
protected method OnChanged Raises the Changed event.
protected method Purge Purges the collection of security tokens that are expired or do not have an expiration.

Top

Public Events

  Name Description
public event Changed Occurs when security tokens are added or removed from the cache.

Top

See Also

Reference

IssuedTokenCache Class
Microsoft.Web.Services3.Security.Tokens Namespace