Class JWT
Inheritance
System.Object
JWT
Namespace: Telerik.Licensing.Text
Assembly: Telerik.Licensing.Runtime.dll
Syntax
public class JWT : Object
Constructors
JWT(String)
Declaration
public JWT(string raw)
Parameters
System.
|
Properties
HeaderJson
Declaration
public object HeaderJson { get; }
Property Value
System.
|
HeaderJsonString
Declaration
public string HeaderJsonString { get; }
Property Value
System.
|
HeaderRaw
Declaration
public string HeaderRaw { get; }
Property Value
System.
|
Parts
Declaration
public IReadOnlyList<string> Parts { get; }
Property Value
System.
|
PayloadJson
Declaration
public object PayloadJson { get; }
Property Value
System.
|
PayloadJsonString
Declaration
public string PayloadJsonString { get; }
Property Value
System.
|
PayloadRaw
Declaration
public string PayloadRaw { get; }
Property Value
System.
|
Methods
AssertCSharpSafeString(String)
Declaration
public static void AssertCSharpSafeString(string text)
Parameters
System.
|