SecurityContextSecurityTokenResolver.RemoveOldestTokensOnCacheFull 속성

정의

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

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

속성 값

true캐시가 가득 찼을 때 가장 오래된 토큰을 제거해야 하는 경우 그렇지 않으면 . false

적용 대상