다음을 통해 공유


SecurityContextSecurityTokenResolver 클래스

정의

보안 컨텍스트 토큰을 확인합니다.

public ref class SecurityContextSecurityTokenResolver : System::IdentityModel::Selectors::SecurityTokenResolver, System::ServiceModel::Security::Tokens::ISecurityContextSecurityTokenCache
public class SecurityContextSecurityTokenResolver : System.IdentityModel.Selectors.SecurityTokenResolver, System.ServiceModel.Security.Tokens.ISecurityContextSecurityTokenCache
type SecurityContextSecurityTokenResolver = class
    inherit SecurityTokenResolver
    interface ISecurityContextSecurityTokenCache
Public Class SecurityContextSecurityTokenResolver
Inherits SecurityTokenResolver
Implements ISecurityContextSecurityTokenCache
상속
SecurityContextSecurityTokenResolver
구현

생성자

SecurityContextSecurityTokenResolver(Int32, Boolean)

SecurityContextSecurityTokenResolver 클래스의 새 인스턴스를 초기화합니다.

SecurityContextSecurityTokenResolver(Int32, Boolean, TimeSpan)

지정된 보안 컨텍스트 캐시 용량과 최대 클록 오차를 사용하여 SecurityContextSecurityTokenResolver 클래스의 새 인스턴스를 초기화합니다.

속성

ClockSkew

클라이언트와 서버의 클록 설정 사이에 허용되는 최대 오차를 반환합니다.

RemoveOldestTokensOnCacheFull

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

SecurityContextTokenCacheCapacity

보안 컨텍스트 캐시 크기를 가져옵니다.

메서드

AddContext(SecurityContextSecurityToken)

보안 컨텍스트 보안 토큰을 토큰 캐시에 추가합니다.

ClearContexts()

콘텐츠의 토큰 캐시를 지웁니다.

Equals(Object)

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

(다음에서 상속됨 Object)
GetAllContexts(UniqueId)

지정된 컨텍스트 ID와 일치하는 보안 컨텍스트 보안 토큰 ID의 컬렉션을 가져옵니다.

GetContext(UniqueId, UniqueId)

지정된 컨텍스트 ID 및 생성과 일치하는 보안 컨텍스트 보안 토큰 ID를 가져옵니다.

GetHashCode()

기본 해시 함수로 작동합니다.

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

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

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

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

(다음에서 상속됨 SecurityTokenResolver)
MemberwiseClone()

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

(다음에서 상속됨 Object)
RemoveAllContexts(UniqueId)

제공된 컨텍스트 ID와 일치하는 캐시에서 모든 토큰을 제거합니다.

RemoveContext(UniqueId, UniqueId)

제공된 컨텍스트 ID 및 생성과 일치하는 캐시에서 토큰을 제거합니다.

ResolveSecurityKey(SecurityKeyIdentifierClause)

지정된 키 식별자 절에서 참조되는 키를 가져옵니다.

(다음에서 상속됨 SecurityTokenResolver)
ResolveToken(SecurityKeyIdentifier)

지정된 키 식별자에 포함된 보안 키 식별자 절 중 하나와 일치하는 보안 토큰을 검색합니다.

(다음에서 상속됨 SecurityTokenResolver)
ResolveToken(SecurityKeyIdentifierClause)

지정된 키 식별자 절과 일치하는 보안 토큰을 검색합니다.

(다음에서 상속됨 SecurityTokenResolver)
ToString()

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

(다음에서 상속됨 Object)
TryAddContext(SecurityContextSecurityToken)

토큰을 캐시에 추가하려고 합니다.

TryResolveSecurityKey(SecurityKeyIdentifierClause, SecurityKey)

지정된 키 식별자 절에서 참조되는 키를 검색합니다.

(다음에서 상속됨 SecurityTokenResolver)
TryResolveSecurityKeyCore(SecurityKeyIdentifierClause, SecurityKey)

지정된 키 식별자 절이 제공되는 경우 보안 키 핵심을 확인하려고 시도합니다.

TryResolveToken(SecurityKeyIdentifier, SecurityToken)

지정된 키 식별자에 포함된 키 식별자 절 중 하나와 일치하는 보안 토큰을 검색합니다.

(다음에서 상속됨 SecurityTokenResolver)
TryResolveToken(SecurityKeyIdentifierClause, SecurityToken)

지정된 키 식별자 절과 일치하는 보안 토큰을 검색합니다.

(다음에서 상속됨 SecurityTokenResolver)
TryResolveTokenCore(SecurityKeyIdentifier, SecurityToken)

지정된 키 식별자가 제공되는 경우 토큰을 확인하려고 시도합니다.

TryResolveTokenCore(SecurityKeyIdentifierClause, SecurityToken)

지정된 키 식별자 절이 제공되는 경우 토큰을 확인하려고 시도합니다.

UpdateContextCachingTime(SecurityContextSecurityToken, DateTime)

캐시에서 토큰의 만료 날짜를 업데이트합니다.

적용 대상