次の方法で共有


SecurityContextSecurityTokenResolver.RemoveOldestTokensOnCacheFull プロパティ

定義

キャッシュがいっぱいになったときに最も古いトークンを削除するかどうかを示す値を取得します。

public:
 property bool RemoveOldestTokensOnCacheFull { bool get(); };
public bool RemoveOldestTokensOnCacheFull { get; }
member this.RemoveOldestTokensOnCacheFull : bool
Public ReadOnly Property RemoveOldestTokensOnCacheFull As Boolean

プロパティ値

キャッシュがいっぱいになったときに最も古いトークンを削除する場合は true、それ以外の場合は false

適用対象