다음을 통해 공유


WrappedKeySecurityToken 클래스

정의

다른 토큰 안에 키가 래핑된 보안 토큰을 나타냅니다.

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

설명

이 클래스는 네트워크를 통해 제공 되는 암호화 된 키를 나타냅니다. 암호화 된 키는 수신 파티의 공개 키를 사용 하 여 수신 파티에 대해 암호화 된 대칭 키입니다. 이러한 키를 받으면 수신기의 보안 토큰이 확인 되 고, 대칭 키가 해독 되 고,이 클래스의 인스턴스가 이러한 두 가지 정보를 포함 하는 것으로 만들어집니다.

생성자

WrappedKeySecurityToken(String, Byte[], String, SecurityToken, SecurityKeyIdentifier)

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

속성

Id

토큰 ID를 가져옵니다.

SecurityKeys

보안 키의 컬렉션을 가져옵니다.

ValidFrom

토큰 유효 시작 날짜를 가져옵니다.

ValidTo

토큰 만료 날짜를 가져옵니다.

WrappingAlgorithm

래핑 알고리즘을 가져옵니다.

WrappingToken

래핑 토큰을 가져옵니다.

WrappingTokenReference

래핑 토큰 참조를 가져옵니다.

메서드

CanCreateKeyIdentifierClause<T>()

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

CreateKeyIdentifierClause<T>()

키 식별자 절을 만듭니다.

Equals(Object)

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

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

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

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

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

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

래핑된 키를 가져옵니다.

MatchesKeyIdentifierClause(SecurityKeyIdentifierClause)

현재 보안 키 식별자 절이 지정된 절과 같은지 비교합니다.

MemberwiseClone()

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

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

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

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

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

(다음에서 상속됨 Object)

적용 대상