SessionSecurityTokenCache.Remove(SessionSecurityTokenCacheKey) Method

Definition

When implemented in a derived class, attempts to remove an entry from the cache.

public:
 abstract void Remove(System::IdentityModel::Tokens::SessionSecurityTokenCacheKey ^ key);
public abstract void Remove (System.IdentityModel.Tokens.SessionSecurityTokenCacheKey key);
abstract member Remove : System.IdentityModel.Tokens.SessionSecurityTokenCacheKey -> unit
Public MustOverride Sub Remove (key As SessionSecurityTokenCacheKey)

Parameters

key
SessionSecurityTokenCacheKey

The key of the entry to remove.

Applies to