IssuedTokenClientElement.CacheIssuedTokens Property      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, setPublic Property CacheIssuedTokens As BooleanProperty Value
true if tokens are to be cached; otherwise, false. The default is true.
- Attributes