Table of Contents

Struct ST_CheckLicense

Namespace
TwinSharp
Assembly
TwinSharp.dll

Structure with license information.

public struct ST_CheckLicense
Inherited Members

Constructors

ST_CheckLicense(byte[], string)

Constructor for ST_CheckLicense from a byte array of length 48.

public ST_CheckLicense(byte[] bytes, string descriptionText)

Parameters

bytes byte[]
descriptionText string

Exceptions

Exception

Fields

ExpirationTime

Expiration time of the license

public readonly DateTime ExpirationTime

Field Value

DateTime

ExpirationTimeString

Expiration time of the license as a string

public readonly string ExpirationTimeString

Field Value

string

LicenseId

License ID

public readonly Guid LicenseId

Field Value

Guid

LicenseName

Name of the license

public string LicenseName

Field Value

string

eResult

License status

public readonly E_LicenseHResult eResult

Field Value

E_LicenseHResult

nCount

Number of instances for this license (0=unlimited)

public readonly uint nCount

Field Value

uint

Methods

ToString()

Returns a string representation of the license.

public override readonly string ToString()

Returns

string