다음을 통해 공유


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, TimeSpan)

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

SecurityContextSecurityTokenResolver(Int32, Boolean)

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)

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

적용 대상