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 | |
---|---|---|
![]() |
Capacity | Gets the maximum number of issued security tokens in the cache. |
![]() |
Count | Gets the number of issued security tokens in the cache. |
![]() |
IsSynchronized | Gets a value indicating whether access to IssuedTokenCache is synchronized (thread-safe). |
![]() |
Item | Gets the SecurityToken corresponding to the specified security token reference. |
![]() |
SyncRoot | Gets an object that can be used to synchronize access to the IssuedTokenCache. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Add | Adds an issued security token to the collection. |
![]() |
Clear | Removes all the SecurityToken objects from the current IssuedTokenCache. |
![]() |
Contains | Checks if a security token exists in a IssuedTokenCache. |
![]() |
Equals | Overloaded. (Inherited from Object ) |
![]() |
GetEnumerator | Gets a System.Collections.IEnumerator that can iterate through the IssuedTokenCache. |
![]() |
GetHashCode | (Inherited from Object ) |
![]() |
GetType | (Inherited from Object ) |
![]() ![]() |
ReferenceEquals | (Inherited from Object ) |
![]() |
Remove | Removes the specific SecurityToken from a IssuedTokenCache. |
![]() |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object ) |
![]() |
MemberwiseClone | (Inherited from Object ) |
![]() |
OnChanged | Raises the Changed event. |
![]() |
Purge | Purges the collection of security tokens that are expired or do not have an expiration. |
Top
Public Events
Name | Description | |
---|---|---|
![]() |
Changed | Occurs when security tokens are added or removed from the cache. |
Top
See Also
Reference
IssuedTokenCache Class
Microsoft.Web.Services3.Security.Tokens Namespace