共用方式為


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

屬性值

如果要快取權杖,則為 true,否則為 false。 預設為 true

屬性

適用於