MruSecurityTokenCache 멤버
An MRU cache (Most Recently Used).
다음 표에서는 MruSecurityTokenCache 유형에서 제공하는 멤버를 나열합니다.
공용 생성자
이름 | 설명 | |
---|---|---|
MruSecurityTokenCache | 오버로드되었습니다. |
위
공용 필드
이름 | 설명 | |
---|---|---|
DefaultTokenCacheSize |
위
공용 속성
이름 | 설명 | |
---|---|---|
MaximumSize | Gets the maximum size of the cache. | |
Owner | Sets the SecurityTokenHandler that owns the cache. (SecurityTokenCache에서 상속) |
위
공용 메서드
(보호 메서드 참조)
이름 | 설명 | |
---|---|---|
ClearEntries | 재정의되었습니다. Clears the contents of the cache. | |
Equals | 오버로드되었습니다. (Object에서 상속) | |
GetHashCode | (Object에서 상속) | |
GetType | (Object에서 상속) | |
ReferenceEquals | (Object에서 상속) | |
ToString | (Object에서 상속) | |
TryAddEntry | 재정의되었습니다. Adds an entry to the cache and returns a value that indicates if the operation was successful. | |
TryGetAllEntries | 재정의되었습니다. Returns all the entries that match the given key. | |
TryGetEntry | 재정의되었습니다. Returns a value that indicates if the specified key exists in the cache. Also if it exists, marks it as MRU. | |
TryRemoveAllEntries | 재정의되었습니다. Deletes matching cache entries from the MruCache and returns a value that indicates whether any entry was deleted. | |
TryRemoveEntry | 재정의되었습니다. Deletes the specified cache entry from the MruCache and returns a value that indicates whether the entry was deleted. | |
TryReplaceEntry | 재정의되었습니다. Attempts to replace an existing entry in the cache with a new one. |
위
보호 메서드
이름 | 설명 | |
---|---|---|
Finalize | (Object에서 상속) | |
MemberwiseClone | (Object에서 상속) |
위
참고 항목
참조
MruSecurityTokenCache 클래스
Microsoft.IdentityModel 네임스페이스
Copyright © 2008 by Microsoft Corporation.모든 권리 보유.