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