Class LicenseReader
Inheritance
System.Object
LicenseReader
Namespace: Telerik.Licensing.Model
Assembly: Telerik.Licensing.Runtime.dll
Syntax
public class LicenseReader
Constructors
LicenseReader()
Declaration
public LicenseReader()
Methods
Read(String)
Declaration
public static TelerikLicenseKeyFile Read(string license)
Parameters
System.
|
Returns
ReadLicenseEvidence(String)
Declaration
public static TelerikLicenseEvidence ReadLicenseEvidence(string jwt)
Parameters
System.
|
Returns
ReadUsageLicense(String, Boolean, String, IDictionary, IList<LicenseException2>)
Declaration
public static UsageLicenseEvidence ReadUsageLicense(string jwt, bool isSignatureValid, string type, IDictionary jsonObject, IList<LicenseException2> diagnostics)
Parameters
System.
|
System.
|
System.
|
System.
|
System.
|
Returns
VerifyTelerikJWTSignatureAndFormat(String)
Declaration
public static void VerifyTelerikJWTSignatureAndFormat(string jwt)
Parameters
System.
|