다음을 통해 공유


MruSecurityTokenCache 멤버

An MRU cache (Most Recently Used).

다음 표에서는 MruSecurityTokenCache 유형에서 제공하는 멤버를 나열합니다.

공용 생성자

  이름 설명
  MruSecurityTokenCache 오버로드되었습니다.  

공용 필드

  이름 설명
public field static DefaultTokenCacheSize  

공용 속성

  이름 설명
public property MaximumSize Gets the maximum size of the cache.
public property Owner  Sets the SecurityTokenHandler that owns the cache. (SecurityTokenCache에서 상속)

공용 메서드

(보호 메서드 참조)

  이름 설명
public method ClearEntries 재정의되었습니다. Clears the contents of the cache.
public method Equals  오버로드되었습니다. (Object에서 상속)
public method GetHashCode  (Object에서 상속)
public method GetType  (Object에서 상속)
public methodstatic ReferenceEquals  (Object에서 상속)
public method ToString  (Object에서 상속)
public method TryAddEntry 재정의되었습니다. Adds an entry to the cache and returns a value that indicates if the operation was successful.
public method TryGetAllEntries 재정의되었습니다. Returns all the entries that match the given key.
public method TryGetEntry 재정의되었습니다. Returns a value that indicates if the specified key exists in the cache. Also if it exists, marks it as MRU.
public method TryRemoveAllEntries 재정의되었습니다. Deletes matching cache entries from the MruCache and returns a value that indicates whether any entry was deleted.
public method TryRemoveEntry 재정의되었습니다. Deletes the specified cache entry from the MruCache and returns a value that indicates whether the entry was deleted.
public method TryReplaceEntry 재정의되었습니다. Attempts to replace an existing entry in the cache with a new one.

보호 메서드

  이름 설명
protected method Finalize  (Object에서 상속)
protected method MemberwiseClone  (Object에서 상속)

참고 항목

참조

MruSecurityTokenCache 클래스
Microsoft.IdentityModel 네임스페이스

Copyright © 2008 by Microsoft Corporation.모든 권리 보유.