SessionSecurityTokenCache Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines an abstract class for a cache of session security tokens.
public ref class SessionSecurityTokenCache abstract : System::IdentityModel::Configuration::ICustomIdentityConfiguration
public abstract class SessionSecurityTokenCache : System.IdentityModel.Configuration.ICustomIdentityConfiguration
type SessionSecurityTokenCache = class
interface ICustomIdentityConfiguration
Public MustInherit Class SessionSecurityTokenCache
Implements ICustomIdentityConfiguration
- Inheritance
-
SessionSecurityTokenCache
- Implements
Constructors
SessionSecurityTokenCache() |
Called from constructors in derived classes to initialize the SessionSecurityTokenCache class. |
Methods
AddOrUpdate(SessionSecurityTokenCacheKey, SessionSecurityToken, DateTime) |
When overridden in a derived class, attempts to add an entry to the cache or update an existing one. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
Get(SessionSecurityTokenCacheKey) |
When overridden in a derived class, attempts to retrieve an entry from the cache. |
GetAll(String, UniqueId) |
When overridden in a derived class, retrieves all of the tokens associated with a key. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
LoadCustomConfiguration(XmlNodeList) |
When overridden in a derived class, loads custom configuration from XML. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
Remove(SessionSecurityTokenCacheKey) |
When implemented in a derived class, attempts to remove an entry from the cache. |
RemoveAll(String, UniqueId) |
When implemented in a derived class, attempts to remove all matching entries from the cache. |
RemoveAll(String) |
When implemented in a derived class, attempts to remove all entries with a matching endpoint ID from the cache. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |