C# 클래스 Microsoft.Research.DataOnboarding.WebApi.Security.ApiJWTSecurityTokenHandler

This class extends the implementation of JWTSecurityTokenHandler to read configuration settings from the token handler configuration if its initialized by WIF. It falls back on App settings if the configuration object is null.
상속: JWTSecurityTokenHandler
파일 보기 프로젝트 열기: CDLUC3/dataup2 1 사용 예제들

공개 메소드들

메소드 설명
ApiJWTSecurityTokenHandler ( ) : System

비공개 메소드들

메소드 설명
ValidateToken ( JWTSecurityToken jwt, System.IdentityModel.Tokens.TokenValidationParameters validationParameters ) : ClaimsPrincipal

메소드 상세

ApiJWTSecurityTokenHandler() 공개 메소드

public ApiJWTSecurityTokenHandler ( ) : System
리턴 System