SessionSecurityTokenCache 클래스

정의

세션 보안 토큰의 캐시에 대한 추상 클래스를 정의합니다.

public ref class SessionSecurityTokenCache abstract : System::IdentityModel::Configuration::ICustomIdentityConfiguration
public abstract class SessionSecurityTokenCache : System.IdentityModel.Configuration.ICustomIdentityConfiguration
type SessionSecurityTokenCache = class
    interface ICustomIdentityConfiguration
Public MustInherit Class SessionSecurityTokenCache
Implements ICustomIdentityConfiguration
상속
SessionSecurityTokenCache
구현

생성자

Name Description
SessionSecurityTokenCache()

파생 클래스의 생성자에서 호출되어 클래스를 SessionSecurityTokenCache 초기화합니다.

메서드

Name Description
AddOrUpdate(SessionSecurityTokenCacheKey, SessionSecurityToken, DateTime)

파생 클래스에서 재정의된 경우 캐시에 항목을 추가하거나 기존 항목을 업데이트하려고 시도합니다.

Equals(Object)

지정된 개체가 현재 개체와 같은지 여부를 확인합니다.

(다음에서 상속됨 Object)
Get(SessionSecurityTokenCacheKey)

파생 클래스에서 재정의된 경우 캐시에서 항목을 검색하려고 시도합니다.

GetAll(String, UniqueId)

파생 클래스에서 재정의되는 경우 키와 연결된 모든 토큰을 검색합니다.

GetHashCode()

기본 해시 함수로 사용됩니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
LoadCustomConfiguration(XmlNodeList)

파생 클래스에서 재정의되는 경우 XML에서 사용자 지정 구성을 로드합니다.

MemberwiseClone()

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
Remove(SessionSecurityTokenCacheKey)

파생 클래스에서 구현된 경우 캐시에서 항목을 제거하려고 시도합니다.

RemoveAll(String, UniqueId)

파생 클래스에서 구현된 경우 캐시에서 일치하는 모든 항목을 제거하려고 시도합니다.

RemoveAll(String)

파생 클래스에서 구현된 경우 캐시에서 일치하는 엔드포인트 ID를 가진 모든 항목을 제거하려고 시도합니다.

ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상