IssuedTokenClientElement.CacheIssuedTokens Propiedad

Definición

Obtiene o establece un valor que especifica si se van a almacenar en caché los tokens emitidos.

public:
 property bool CacheIssuedTokens { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("cacheIssuedTokens", DefaultValue=true)]
public bool CacheIssuedTokens { get; set; }
[<System.Configuration.ConfigurationProperty("cacheIssuedTokens", DefaultValue=true)>]
member this.CacheIssuedTokens : bool with get, set
Public Property CacheIssuedTokens As Boolean

Valor de propiedad

true si se van a almacenar en caché los tokens; de lo contrario, false. El valor predeterminado es true.

Atributos

Se aplica a