C# 클래스 Microsoft.Identity.Client.Internal.JsonWebToken

파일 보기 프로젝트 열기: AzureAD/microsoft-authentication-library-for-dotnet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Payload JWTPayload

공개 메소드들

메소드 설명
JsonWebToken ( string clientId, string audience ) : System
Sign ( IClientAssertionCertificate credential ) : ClientAssertion

비공개 메소드들

메소드 설명
ConvertToTimeT ( System.DateTime time ) : long
Encode ( IClientAssertionCertificate credential ) : string
EncodeHeaderToJson ( IClientAssertionCertificate credential ) : string
EncodeSegment ( string segment ) : string
UrlEncodeSegment ( byte segment ) : string

메소드 상세

JsonWebToken() 공개 메소드

public JsonWebToken ( string clientId, string audience ) : System
clientId string
audience string
리턴 System

Sign() 공개 메소드

public Sign ( IClientAssertionCertificate credential ) : ClientAssertion
credential IClientAssertionCertificate
리턴 ClientAssertion

프로퍼티 상세

Payload 공개적으로 프로퍼티

public JWTPayload Payload
리턴 JWTPayload