This documentation is archived and is not being maintained.
SecurityContextSecurityTokenResolver Methods
Visual Studio 2008
The SecurityContextSecurityTokenResolver 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. |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
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. |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
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. |
![]() |
ResolveSecurityKey | Obtains the key that is referenced in the specified key identifier clause. (Inherited from SecurityTokenResolver.) |
![]() |
ResolveToken | Overloaded. Retrieves a security token that matches the specified key identifier. |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
TryAddContext | Tries to add a token to the cache. |
![]() |
TryResolveSecurityKey | Attempts to retrieve the key that is referenced in the specified key identifier clause. (Inherited from SecurityTokenResolver.) |
![]() |
TryResolveSecurityKeyCore | Tries to resolve the security key core, given a specified key identifier clause. (Overrides SecurityTokenResolver.TryResolveSecurityKeyCore(SecurityKeyIdentifierClause, SecurityKey).) |
![]() |
TryResolveToken | Overloaded. Attempts to retrieve the security token that is referenced in the specified object. |
![]() |
TryResolveTokenCore | Overloaded. Tries to resolve the token, given a specified key identifier. |
![]() |
UpdateContextCachingTime | Updates the expiration date for a token in the cache. |
Show: