SecurityTokenCache (Miembros)
Defines a simple abstract interface to a cache of security tokens.
En las tablas siguientes se enumeran los miembros expuestos por el tipo SecurityTokenCache.
Protegido Constructores
Nombre | Descripción | |
---|---|---|
SecurityTokenCache |
Arriba
Público Propiedades
Nombre | Descripción | |
---|---|---|
Owner | Sets the SecurityTokenHandler that owns the cache. |
Arriba
Público Métodos
(vea también Protegido Métodos)
Nombre | Descripción | |
---|---|---|
ClearEntries | Clears the entries in the cache. | |
Equals | Sobrecargado. (Se hereda de Object) | |
GetHashCode | (Se hereda de Object) | |
GetType | (Se hereda de Object) | |
ReferenceEquals | (Se hereda de Object) | |
ToString | (Se hereda de Object) | |
TryAddEntry | Attempts to add an entry to the cache. | |
TryGetAllEntries | Attempts to retrieve all entries from the cache. | |
TryGetEntry | Attempts to retrieve an entry from the cache. | |
TryRemoveAllEntries | Attempts to remove all matching entries from cache. | |
TryRemoveEntry | Attempts to remove an entry from the cache. | |
TryReplaceEntry | Attempts to replace an existing entry in the cache with a new one. |
Arriba
Protegido Métodos
Nombre | Descripción | |
---|---|---|
Finalize | (Se hereda de Object) | |
MemberwiseClone | (Se hereda de Object) |
Arriba
Vea también
Referencia
SecurityTokenCache (Clase)
Microsoft.IdentityModel.Tokens (Espacio de nombres)
Copyright © 2008 Microsoft Corporation.Reservados todos los derechos.