ISecurityTokenCache Members
Defines a security token cache.
The following tables list the members exposed by the ISecurityTokenCache type.
Public Properties
Name | Description | |
---|---|---|
IsSynchronized | Gets a value that indicates whether access to the cache is synchronized (thread safe). | |
Item | Gets the SecurityToken that corresponds to the specified identifier. | |
SyncRoot | Gets an object that can be used to synchronize access to the cache. |
Top
Public Methods
Name | Description | |
---|---|---|
Add | Adds a security token to the cache using the specified identifier as the key. | |
Clear | Removes all the SecurityToken objects from the ISecurityTokenCache. | |
Contains | Returns a value that indicates whether a security token with the specified identifier exists in the cache. | |
Remove | Removes a security token with the specified identifier from the cache. |
Top
Public Events
Name | Description | |
---|---|---|
Changed | Occurs when security tokens are added or removed from the cache. |
Top
See Also
Reference
ISecurityTokenCache Interface
Microsoft.Web.Services3.Security.Tokens Namespace