Membres MruSecurityTokenCache
An MRU cache (Most Recently Used).
Les tableaux suivants répertorient les membres exposés par le type MruSecurityTokenCache.
Public Constructeurs
Nom | Description | |
---|---|---|
MruSecurityTokenCache | Surchargé. |
Haut
Public Champs
Nom | Description | |
---|---|---|
DefaultTokenCacheSize |
Haut
Public Propriétés
Nom | Description | |
---|---|---|
MaximumSize | Gets the maximum size of the cache. | |
Owner | Sets the SecurityTokenHandler that owns the cache. (hérité de SecurityTokenCache) |
Haut
Public Méthodes
(voir également Protégé Méthodes)
Nom | Description | |
---|---|---|
ClearEntries | Remplacé. Clears the contents of the cache. | |
Equals | Surchargé. (hérité de Object) | |
GetHashCode | (hérité de Object) | |
GetType | (hérité de Object) | |
ReferenceEquals | (hérité de Object) | |
ToString | (hérité de Object) | |
TryAddEntry | Remplacé. Adds an entry to the cache and returns a value that indicates if the operation was successful. | |
TryGetAllEntries | Remplacé. Returns all the entries that match the given key. | |
TryGetEntry | Remplacé. Returns a value that indicates if the specified key exists in the cache. Also if it exists, marks it as MRU. | |
TryRemoveAllEntries | Remplacé. Deletes matching cache entries from the MruCache and returns a value that indicates whether any entry was deleted. | |
TryRemoveEntry | Remplacé. Deletes the specified cache entry from the MruCache and returns a value that indicates whether the entry was deleted. | |
TryReplaceEntry | Remplacé. Attempts to replace an existing entry in the cache with a new one. |
Haut
Protégé Méthodes
Nom | Description | |
---|---|---|
Finalize | (hérité de Object) | |
MemberwiseClone | (hérité de Object) |
Haut
Voir aussi
Référence
Classe MruSecurityTokenCache
Espace de noms Microsoft.IdentityModel
Copyright © 2008 Microsoft Corporation.Tous droits réservés.