Share via


UserNameServiceElement.CacheLogonTokens Proprietà

Definizione

Ottiene o imposta un valore che indica se i token di accesso vengono memorizzati nella cache.

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

Valore della proprietà

Boolean

true se i token di accesso vengono memorizzati nella cache. In caso contrario, false. Il valore predefinito è false.

Attributi

Si applica a