This documentation is archived and is not being maintained.
SecurityContextSecurityTokenResolver Class
Visual Studio 2010
Resolves security context tokens.
System::Object
System.IdentityModel.Selectors::SecurityTokenResolver
System.ServiceModel.Security.Tokens::SecurityContextSecurityTokenResolver
System.IdentityModel.Selectors::SecurityTokenResolver
System.ServiceModel.Security.Tokens::SecurityContextSecurityTokenResolver
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The SecurityContextSecurityTokenResolver type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SecurityContextSecurityTokenResolver(Int32, Boolean) | Initializes a new instance of the SecurityContextSecurityTokenResolver class. |
![]() | SecurityContextSecurityTokenResolver(Int32, Boolean, TimeSpan) | Initializes a new instance of the SecurityContextSecurityTokenResolver class with the specified security context cache capacity and clock skew maximum. |
| Name | Description | |
|---|---|---|
![]() | ClockSkew | Returns the maximum allowable time difference between client and server clock settings. |
![]() | RemoveOldestTokensOnCacheFull | Gets a value that indicates whether the oldest tokens should be removed when the cache is full. |
![]() | SecurityContextTokenCacheCapacity | Gets the security context token cache size. |
| Name | Description | |
|---|---|---|
![]() | AddContext | Adds a security context security token to the token cache. |
![]() | ClearContexts | Clears the token cache of content. |
![]() | Equals(Object) | 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(SecurityKeyIdentifier) | Retrieves a security token that matches one of the security key identifier clauses contained within the specified key identifier. (Inherited from SecurityTokenResolver.) |
![]() | ResolveToken(SecurityKeyIdentifierClause) | Retrieves the security token that matches the specified key identifier clause. (Inherited from SecurityTokenResolver.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryAddContext | Attempts 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 | Attempts to resolve the security key core, given a specified key identifier clause. (Overrides SecurityTokenResolver::TryResolveSecurityKeyCore(SecurityKeyIdentifierClause, SecurityKey%).) |
![]() | TryResolveToken(SecurityKeyIdentifier, SecurityToken%) | Attempts to retrieve the security token that matches one of the key identifier clauses contained within the specified key identifier. (Inherited from SecurityTokenResolver.) |
![]() | TryResolveToken(SecurityKeyIdentifierClause, SecurityToken%) | Attempts to retrieve the security token that matches the specified key identifier clause. (Inherited from SecurityTokenResolver.) |
![]() | TryResolveTokenCore(SecurityKeyIdentifier, SecurityToken%) | Attempts to resolve the token, given a specified key identifier. (Overrides SecurityTokenResolver::TryResolveTokenCore(SecurityKeyIdentifier, SecurityToken%).) |
![]() | TryResolveTokenCore(SecurityKeyIdentifierClause, SecurityToken%) | Attempts to resolve the token, given a specified key identifier clause. (Overrides SecurityTokenResolver::TryResolveTokenCore(SecurityKeyIdentifierClause, SecurityToken%).) |
![]() | 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:
