Property | Type | Description | |
---|---|---|---|
Payload | JWTPayload |
Method | Description | |
---|---|---|
JsonWebToken ( string clientId, string audience ) : System | ||
Sign ( IClientAssertionCertificate credential ) : ClientAssertion |
Method | Description | |
---|---|---|
ConvertToTimeT ( System.DateTime time ) : long | ||
Encode ( IClientAssertionCertificate credential ) : string | ||
EncodeHeaderToJson ( IClientAssertionCertificate credential ) : string | ||
EncodeSegment ( string segment ) : string | ||
UrlEncodeSegment ( byte segment ) : string |
public JsonWebToken ( string clientId, string audience ) : System | ||
clientId | string | |
audience | string | |
return | System |
public Sign ( IClientAssertionCertificate credential ) : ClientAssertion | ||
credential | IClientAssertionCertificate | |
return | ClientAssertion |