SecurityContextSecurityToken 클래스

정의

WS-SecureConversation 사양에 정의된 토큰을 나타냅니다.

public ref class SecurityContextSecurityToken : System::IdentityModel::Tokens::SecurityToken, IDisposable
public class SecurityContextSecurityToken : System.IdentityModel.Tokens.SecurityToken, IDisposable
type SecurityContextSecurityToken = class
    inherit SecurityToken
    interface TimeBoundedCache.IExpirableItem
    interface IDisposable
Public Class SecurityContextSecurityToken
Inherits SecurityToken
Implements IDisposable
상속
SecurityContextSecurityToken
구현

설명

이 클래스의 인스턴스에는 클라이언트를 나타내는 인증 정보와 함께 키 자료가 포함됩니다. 사용자가 사용할 특정 암호화 알고리즘을 선택합니다.

생성자

Name Description
SecurityContextSecurityToken(UniqueId, Byte[], DateTime, DateTime)

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

SecurityContextSecurityToken(UniqueId, String, Byte[], DateTime, DateTime, ReadOnlyCollection<IAuthorizationPolicy>)

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

SecurityContextSecurityToken(UniqueId, String, Byte[], DateTime, DateTime, UniqueId, DateTime, DateTime, ReadOnlyCollection<IAuthorizationPolicy>)

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

SecurityContextSecurityToken(UniqueId, String, Byte[], DateTime, DateTime)

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

속성

Name Description
AuthorizationPolicies

토큰 권한 부여 정책의 읽기 전용 컬렉션을 가져옵니다.

BootstrapMessageProperty

부트스트랩 메시지에서 추출된 값을 가져오거나 설정합니다 SecurityMessageProperty .

ContextId

컨텍스트 ID를 가져옵니다.

Id

토큰 ID를 가져옵니다.

IsCookieMode

쿠키 처리 방법을 지정하는 모드 설정이 있는 SCT(보안 컨텍스트 토큰)가 읽혀지는지 여부를 나타내는 값을 가져옵니다.

KeyEffectiveTime

키 유효 시작 시간을 가져옵니다.

KeyExpirationTime

키 만료 시간을 가져옵니다.

KeyGeneration

키 생성을 가져옵니다.

SecurityKeys

보안 키의 읽기 전용 컬렉션을 가져옵니다.

ValidFrom

토큰 유효 시작 시간을 가져옵니다.

ValidTo

토큰 만료 시간을 가져옵니다.

메서드

Name Description
CanCreateKeyIdentifierClause<T>()

지정된 키 식별자 절 형식을 만들 수 있는지 여부를 나타냅니다.

CreateCookieSecurityContextToken(UniqueId, String, Byte[], DateTime, DateTime, ReadOnlyCollection<IAuthorizationPolicy>, SecurityStateEncoder)

보안 컨텍스트 토큰 쿠키를 만듭니다.

CreateCookieSecurityContextToken(UniqueId, String, Byte[], DateTime, DateTime, UniqueId, DateTime, DateTime, ReadOnlyCollection<IAuthorizationPolicy>, SecurityStateEncoder)

보안 컨텍스트 토큰 쿠키를 만듭니다.

CreateKeyIdentifierClause<T>()

지정된 형식의 키 식별자 절을 만듭니다.

Dispose()

이 개체의 이 인스턴스에서 사용하는 관리되지 않는 리소스를 해제합니다.

Equals(Object)

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

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

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

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

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

(다음에서 상속됨 Object)
MatchesKeyIdentifierClause(SecurityKeyIdentifierClause)

현재 토큰의 키 식별자 절이 지정된 키 식별자 절과 일치하는지 여부를 나타냅니다.

MemberwiseClone()

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

(다음에서 상속됨 Object)
ResolveKeyIdentifierClause(SecurityKeyIdentifierClause)

지정된 키 식별자 절의 키를 가져옵니다.

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

이 개체의 현재 인스턴스에 대한 텍스트 표현을 생성합니다.

적용 대상