Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ISecurityContextSecurityTokenCache Interface

 

When implemented, this interface specifies a contract for a security context token cache.

Namespace:   System.ServiceModel.Security.Tokens
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public interface class ISecurityContextSecurityTokenCache

NameDescription
System_CAPS_pubmethodAddContext(SecurityContextSecurityToken^)

Adds a security context security token to the token cache.

System_CAPS_pubmethodClearContexts()

Clears the token cache of content.

System_CAPS_pubmethodGetAllContexts(UniqueId^)

Gets a collection of security context security token IDs that match a specified context ID.

System_CAPS_pubmethodGetContext(UniqueId^, UniqueId^)

Gets the security context security token ID that matches a specified context ID and generation.

System_CAPS_pubmethodRemoveAllContexts(UniqueId^)

Removes all tokens from the cache that match a given context ID.

System_CAPS_pubmethodRemoveContext(UniqueId^, UniqueId^)

Removes the token from the cache that matches a given context ID and generation.

System_CAPS_pubmethodTryAddContext(SecurityContextSecurityToken^)

Tries to add a token to the cache.

System_CAPS_pubmethodUpdateContextCachingTime(SecurityContextSecurityToken^, DateTime)

Updates the expiration date for a token in the cache.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft