IssuedTokenClientElement.CacheIssuedTokens Property

Definition

Gets or sets a value that specifies whether issued tokens are to be cached.

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

Property Value

true if tokens are to be cached; otherwise, false. The default is true.

Attributes

Applies to