IdentityModelCaches Classe
Definição
Define os caches que são configurados para detectar tokens reproduzidos e armazenar em cache os tokens de sessão.Defines the caches that are configured to detect replayed tokens and to cache session tokens. Essa classe não pode ser herdada.This class cannot be inherited.
public ref class IdentityModelCaches sealed
public sealed class IdentityModelCaches
type IdentityModelCaches = class
Public NotInheritable Class IdentityModelCaches
- Herança
-
IdentityModelCaches
Comentários
Obtém e define a configuração TokenReplayCache e SessionSecurityTokenCache .Gets and sets the configured TokenReplayCache and SessionSecurityTokenCache. A Caches propriedade da IdentityConfiguration classe e da SecurityTokenHandlerConfiguration classe é uma instância do IdentityModelCaches .The Caches property of the IdentityConfiguration class and of the SecurityTokenHandlerConfiguration class is an instance of IdentityModelCaches.
Construtores
| IdentityModelCaches() |
Inicializa uma nova instância da classe IdentityModelCaches.Initializes a new instance of the IdentityModelCaches class. |
Propriedades
| SessionSecurityTokenCache |
Obtém ou define o SessionSecurityTokenCache que é usado para armazenar SessionSecurityToken em cache.Gets or sets the SessionSecurityTokenCache that is used to cache the SessionSecurityToken. |
| TokenReplayCache |
Obtém ou define o TokenReplayCache que é usado para determinar se os tokens são reproduzidos.Gets or sets the TokenReplayCache that is used to determine whether tokens are replayed. |
Métodos
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |