This documentation is archived and is not being maintained.
ISecurityContextSecurityTokenCache Interface
Visual Studio 2010
When implemented, this interface specifies a contract for a security context token cache.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The ISecurityContextSecurityTokenCache type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AddContext | Adds a security context security token to the token cache. |
![]() | ClearContexts | Clears the token cache of content. |
![]() | GetAllContexts | Gets a collection of security context security token IDs that match a specified context ID. |
![]() | GetContext | Gets the security context security token ID that matches a specified context ID and generation. |
![]() | RemoveAllContexts | Removes all tokens from the cache that match a given context ID. |
![]() | RemoveContext | Removes the token from the cache that matches a given context ID and generation. |
![]() | TryAddContext | Tries to add a token to the cache. |
![]() | UpdateContextCachingTime | Updates the expiration date for a token in the cache. |
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.
Show:
