Skip to main content

Class Licensing

License help methods

Inheritance

↳ object

    Licensing

Inherited Members

Equals(object)

Equals(object, object)

GetHashCode()

GetType()

MemberwiseClone()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Core.License

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public static class Licensing

Methods

GetLicense<T>()

Declaration
public static LicenseKey<T> GetLicense<T>() where T : BaseRestrictions
Returns
TypeDescription
LicenseKey<<T>>

GetLicenseRestrictions<T>()

Declaration
public static T GetLicenseRestrictions<T>() where T : BaseRestrictions
Returns
TypeDescription
{T}

VerifyLicenseKeyText<T>(string, out LicenseKey<T>)

Declaration
public static bool VerifyLicenseKeyText<T>(this string licenseKeyText, out LicenseKey<T> key) where T : BaseRestrictions
Parameters
TypeNameDescription
stringlicenseKeyText
LicenseKey<<T>>key
Returns
TypeDescription
bool

GetHashKeyToSign<T>(LicenseKey<T>)

Declaration
public static string GetHashKeyToSign<T>(LicenseKey<T> key) where T : BaseRestrictions
Parameters
TypeNameDescription
LicenseKey<<T>>key
Returns
TypeDescription
string

LicenseKeyToString<T>(LicenseKey<T>)

Declaration
public static string LicenseKeyToString<T>(LicenseKey<T> key) where T : BaseRestrictions
Parameters
TypeNameDescription
LicenseKey<<T>>key
Returns
TypeDescription
string