SecurityContextSecurityToken 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
WS-SecureConversation 사양으로 정의된 토큰을 나타냅니다.
public ref class SecurityContextSecurityToken : System::IdentityModel::Tokens::SecurityToken, IDisposable
public ref class SecurityContextSecurityToken : System::IdentityModel::Tokens::SecurityToken
public class SecurityContextSecurityToken : System.IdentityModel.Tokens.SecurityToken, IDisposable
public class SecurityContextSecurityToken : System.IdentityModel.Tokens.SecurityToken
type SecurityContextSecurityToken = class
inherit SecurityToken
interface TimeBoundedCache.IExpirableItem
interface IDisposable
type SecurityContextSecurityToken = class
inherit SecurityToken
Public Class SecurityContextSecurityToken
Inherits SecurityToken
Implements IDisposable
Public Class SecurityContextSecurityToken
Inherits SecurityToken
- 상속
- 구현
설명
이 클래스의 인스턴스는 클라이언트를 나타내는 인증 정보와 함께 키 자료를 포함 합니다. 사용자가 사용할 특정 암호화 알고리즘을 선택 합니다.
생성자
속성
AuthorizationPolicies |
토큰 인증 정책의 읽기 전용 컬렉션을 가져옵니다. |
BootstrapMessageProperty |
부트스트랩 메시지에서 추출된 SecurityMessageProperty를 가져오거나 설정합니다. |
ContextId |
컨텍스트 ID를 가져옵니다. |
Id |
토큰 ID를 가져옵니다. |
IsCookieMode |
쿠키 처리 방법을 지정하는 모드 설정과 함께 SCT(보안 컨텍스트 토큰)을 읽어올지 여부를 나타내는 값을 가져옵니다. |
KeyEffectiveTime |
키 유효 시작 시간을 가져옵니다. |
KeyExpirationTime |
키 만료 시간을 가져옵니다. |
KeyGeneration |
키 생성을 가져옵니다. |
SecurityKeys |
보안 키의 읽기 전용 컬렉션을 가져옵니다. |
ValidFrom |
토큰 유효 시작 시간을 가져옵니다. |
ValidTo |
토큰 만료 시간을 가져옵니다. |
메서드
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() |
이 개체의 현재 인스턴스의 텍스트 표현을 생성합니다. |