共用方式為


OpenIdConnectOptions.AutomaticRefreshInterval 屬性

定義

取得或設定自動中繼資料重新整理應該發生的頻率。

public:
 property TimeSpan AutomaticRefreshInterval { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan AutomaticRefreshInterval { get; set; }
member this.AutomaticRefreshInterval : TimeSpan with get, set
Public Property AutomaticRefreshInterval As TimeSpan

屬性值

預設值為 DefaultAutomaticRefreshInterval

適用於