EncryptedSecurityToken 클래스

정의

암호화를 기본적으로 지원하지 않는 토큰에 대한 암호화를 처리하는 래핑 토큰입니다.

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

설명

예를 들어를 SamlSecurityToken 암호화할 수 없습니다. 자체를 암호화 된 SAML11 어설션을 발급, 줄 바꿈를 SamlSecurityToken 사용 하 여는 EncryptedSecurityToken 적절 한 설명과 EncryptingCredentials합니다.

생성자

EncryptedSecurityToken(SecurityToken, EncryptingCredentials)

지정된 암호화 자격 증명을 사용하여 지정된 토큰에 대한 EncryptedSecurityToken 클래스의 새 인스턴스를 초기화합니다.

속성

EncryptingCredentials

암호화에 사용할 자격 증명을 가져옵니다.

Id

보안 토큰의 고유 식별자를 가져옵니다.

SecurityKeys

보안 토큰과 연결된 암호화 키를 가져옵니다.

Token

암호화된 토큰을 가져옵니다.

ValidFrom

보안 토큰이 유효한 기간의 시작 시간을 가져옵니다.

ValidTo

보안 토큰이 유효한 기간의 종료 시간을 가져옵니다.

메서드

CanCreateKeyIdentifierClause<T>()

토큰이 지정된 형식의 키 식별자 절을 만들 수 있는지 여부를 나타내는 값을 가져옵니다.

CreateKeyIdentifierClause<T>()

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

Equals(Object)

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

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

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

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

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

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

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

MemberwiseClone()

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

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

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

ToString()

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

(다음에서 상속됨 Object)

적용 대상

추가 정보