다음을 통해 공유


EncryptedSecurityTokenHandler 클래스

정의

암호화된 보안 토큰에 대한 토큰 처리기입니다. EncryptedSecurityToken 형식의 토큰을 처리합니다.

public ref class EncryptedSecurityTokenHandler : System::IdentityModel::Tokens::SecurityTokenHandler
public class EncryptedSecurityTokenHandler : System.IdentityModel.Tokens.SecurityTokenHandler
type EncryptedSecurityTokenHandler = class
    inherit SecurityTokenHandler
Public Class EncryptedSecurityTokenHandler
Inherits SecurityTokenHandler
상속
EncryptedSecurityTokenHandler

설명

XML 암호화 구문 및 처리 사양에 정의된 대로 요소 및 EncryptedKeyIdentifierClause 개체의 <xenc:EncryptedData><xenc:EncryptedKey> 개체를 직렬화하고 역직렬화하는 EncryptedSecurityToken 토큰 처리기입니다.

생성자

EncryptedSecurityTokenHandler()

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

속성

CanValidateToken

처리기가 보안 토큰의 유효성 검사를 지원하는지 나타내는 값을 가져옵니다.

(다음에서 상속됨 SecurityTokenHandler)
CanWriteToken

처리기가 토큰에 대한 serialization 기능을 제공하는지 여부를 나타내는 값을 가져옵니다.

Configuration

현재 인스턴스에 대한 구성을 제공하는 SecurityTokenHandlerConfiguration 개체를 가져오거나 설정합니다.

(다음에서 상속됨 SecurityTokenHandler)
ContainingCollection

현재 인스턴스를 포함하는 토큰 처리기 컬렉션을 가져옵니다.

(다음에서 상속됨 SecurityTokenHandler)
KeyInfoSerializer

<xenc:EncryptedData> 요소에서 키 식별자를 직렬화 및 역직렬화하는 데 사용할 SecurityTokenSerializer를 가져오거나 설정합니다.

TokenType

현재 인스턴스에서 처리되는 토큰 형식을 가져옵니다.

메서드

CanReadKeyIdentifierClause(XmlReader)

현재 XML 요소가 이 인스턴스에서 SecurityKeyIdentifierClause로 역직렬화할 수 있는 <xenc:EncryptedKey> 요소를 가리키는지 여부를 나타내는 값을 반환합니다.

CanReadToken(String)

지정된 문자열이 이 인스턴스에 의해 처리한 형식의 토큰으로 역직렬화될 수 있는지 여부를 나타내는 값을 반환합니다.

(다음에서 상속됨 SecurityTokenHandler)
CanReadToken(XmlReader)

판독기가 <xenc:EncryptedData> 요소를 가리키는지 여부를 나타내는 값을 반환합니다.

CanWriteKeyIdentifierClause(SecurityKeyIdentifierClause)

이 인스턴스가 지정된 키 식별자 절을 serialize할 수 있는지 여부를 나타내는 값을 반환합니다.

(다음에서 상속됨 SecurityTokenHandler)
CreateSecurityTokenReference(SecurityToken, Boolean)

파생 클래스에서 재정의되는 경우 해당 클래스에 의해 처리되는 토큰에 대한 보안 토큰 참조를 만듭니다. 이 메서드는 STS(보안 토큰 서비스)에 의해 호출됩니다.

(다음에서 상속됨 SecurityTokenHandler)
CreateToken(SecurityTokenDescriptor)

파생 클래스에서 재정의되는 경우 지정된 설명자를 사용하여 보안 토큰을 만듭니다. 이 메서드는 STS(보안 토큰 서비스)에 의해 호출됩니다.

(다음에서 상속됨 SecurityTokenHandler)
DetectReplayedToken(SecurityToken)

파생된 클래스에서 재정의된 경우 지정된 토큰이 재생 중인 것으로 검색되면 예외를 throw합니다.

(다음에서 상속됨 SecurityTokenHandler)
Equals(Object)

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

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

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

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

현재 인스턴스에서 처리하는 토큰의 형식 식별자 URI를 가져옵니다.

GetType()

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

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

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

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

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

(다음에서 상속됨 Object)
ReadKeyIdentifierClause(XmlReader)

XML 스트림에서 EncryptedKeyIdentifierClause를 읽습니다.

ReadToken(String)

파생 클래스에서 재정의되는 경우 지정된 문자열을 파생된 클래스에 의해 처리된 유형의 토큰으로 역직렬화합니다.

(다음에서 상속됨 SecurityTokenHandler)
ReadToken(XmlReader)

암호화된 보안 토큰을 읽습니다.

ReadToken(XmlReader, SecurityTokenResolver)

파생 클래스에서 재정의되는 경우 지정된 XML 판독기에 의해 참조된 XML을 지정된 토큰 확인자를 사용하여 파생 클래스에 의해 처리된 형식의 토큰으로 역직렬화합니다.

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

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

(다음에서 상속됨 Object)
TraceTokenValidationFailure(SecurityToken, String)

추적 기능이 설정된 경우 보안 토큰의 유효성 검사 중 오류 이벤트를 추적합니다.

(다음에서 상속됨 SecurityTokenHandler)
TraceTokenValidationSuccess(SecurityToken)

추적 기능이 설정된 경우 보안 토큰 이벤트의 성공적인 유효성 검사를 추적합니다.

(다음에서 상속됨 SecurityTokenHandler)
ValidateToken(SecurityToken)

파생 클래스에서 재정의되는 경우 지정한 보안 토큰의 유효성을 검사합니다. 토큰은 파생된 클래스에서 처리되는 형식이어야 합니다.

(다음에서 상속됨 SecurityTokenHandler)
WriteKeyIdentifierClause(XmlWriter, SecurityKeyIdentifierClause)

파생 클래스에서 재정의되는 경우 지정한 키 식별자 절을 XML에 serialize합니다. 키 식별자 절은 파생된 클래스에서 지원되는 형식이어야 합니다.

(다음에서 상속됨 SecurityTokenHandler)
WriteToken(SecurityToken)

파생 클래스에서 재정의되는 경우 지정한 보안 토큰을 문자열에 serialize합니다. 토큰은 파생된 클래스에서 처리되는 형식이어야 합니다.

(다음에서 상속됨 SecurityTokenHandler)
WriteToken(XmlWriter, SecurityToken)

XML 작성기를 사용하여 암호화된 보안 토큰을 작성합니다.

적용 대상