Skip to main content

Class LicenseKey<T>

Represent a license key

Inheritance

↳ object

    LicenseKey<T>

Inherited Members

Equals(object)

Equals(object, object)

GetHashCode()

GetType()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Core.License

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public sealed class LicenseKey<T> where T : BaseRestrictions

Properties

Expiry

Declaration
public DateTime Expiry { get; set; }
Property value
TypeDescription
DateTime

Hash

Declaration
public string Hash { get; set; }
Property value
TypeDescription
string

Ref

Declaration
public string Ref { get; set; }
Property value
TypeDescription
string

Restrictions

Declaration
public T Restrictions { get; set; }
Property value
TypeDescription
{T}

Methods

Clone()

Declaration
public LicenseKey<T> Clone()
Returns
TypeDescription
LicenseKey<T>

Extension Methods