다음을 통해 공유


SecurityContextSecurityTokenResolver.RemoveOldestTokensOnCacheFull 속성

정의

캐시가 가득 찼을 때 가장 오래된 토큰을 제거해야 하는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

캐시가 가득 찼을 때 가장 오래된 토큰을 제거해야 할 경우 true이고, 그렇지 않으면 false입니다.

적용 대상