IssuedTokenClientElement.CacheIssuedTokens 属性

定义

获取或设置一个值,该值指定是否要缓存已颁发的标记。

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

属性值

Boolean

如果要缓存令牌,则为 true;否则为 false。 默认值为 true

属性

适用于