IssuedTokenClientElement.CacheIssuedTokens Proprietà

Definizione

Ottiene o imposta un valore che specifica se i token emessi devono essere memorizzati nella cache.

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

Valore della proprietà

Boolean

true se i token devono essere memorizzati nella cache. In caso contrario, false. Il valore predefinito è true.

Attributi

Si applica a