EncryptedSecurityTokenHandler 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
암호화된 보안 토큰에 대한 토큰 처리기입니다. 형식 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
- 상속
설명
EncryptedSecurityToken에 정의된 대로 요소와 <xenc:EncryptedData> 요소의 EncryptedKeyIdentifierClause<xenc:EncryptedKey> 개체를 직렬화하고 역직렬화하는 토큰 처리기입니다.
생성자
| Name | Description |
|---|---|
| EncryptedSecurityTokenHandler() |
EncryptedSecurityTokenHandler 클래스의 새 인스턴스를 초기화합니다. |
속성
| Name | Description |
|---|---|
| CanValidateToken |
처리기가 보안 토큰의 유효성 검사를 지원하는지 여부를 나타내는 값을 가져옵니다. (다음에서 상속됨 SecurityTokenHandler) |
| CanWriteToken |
처리기가 토큰에 대한 serialization 기능을 제공하는지 여부를 나타내는 값을 가져옵니다. |
| Configuration |
현재 인스턴스에 대한 구성을 SecurityTokenHandlerConfiguration 제공하는 개체를 가져오거나 설정합니다. (다음에서 상속됨 SecurityTokenHandler) |
| ContainingCollection |
현재 인스턴스를 포함하는 토큰 처리기 컬렉션을 가져옵니다. (다음에서 상속됨 SecurityTokenHandler) |
| KeyInfoSerializer |
요소에서 SecurityTokenSerializer 키 식별자를 직렬화하고 역직렬화하는 데 사용할 값을 가져오거나 설정합니다 |
| TokenType |
현재 인스턴스에서 처리하는 토큰의 형식을 가져옵니다. |
메서드
| Name | Description |
|---|---|
| CanReadKeyIdentifierClause(XmlReader) |
현재 XML 요소가 이 인스턴스에서 역직렬화 |
| CanReadToken(String) |
지정된 문자열을 이 인스턴스에서 처리하는 형식의 토큰으로 역직렬화할 수 있는지 여부를 나타내는 값을 반환합니다. (다음에서 상속됨 SecurityTokenHandler) |
| CanReadToken(XmlReader) |
판독기가 요소를 가리키는 |
| 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) |
EncryptedKeyIdentifierClause XML 스트림에서 읽습니다. |
| ReadToken(String) |
파생 클래스에서 재정의되는 경우 지정된 문자열을 파생 클래스에서 처리된 형식의 토큰으로 역직렬화합니다. (다음에서 상속됨 SecurityTokenHandler) |
| ReadToken(XmlReader, SecurityTokenResolver) |
파생 클래스에서 재정의되는 경우 지정된 토큰 확인자를 사용하여 지정된 XML 판독기에서 참조하는 XML을 파생 클래스에서 처리한 형식의 토큰으로 역직렬화합니다. (다음에서 상속됨 SecurityTokenHandler) |
| ReadToken(XmlReader) |
암호화된 보안 토큰을 읽습니다. |
| 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 기록기를 사용하여 암호화된 보안 토큰을 씁니다. |