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
Exceptions
Fields
ExpirationTime
Expiration time of the license
public readonly DateTime ExpirationTime
Field Value
ExpirationTimeString
Expiration time of the license as a string
public readonly string ExpirationTimeString
Field Value
LicenseId
License ID
public readonly Guid LicenseId
Field Value
LicenseName
Name of the license
public string LicenseName
Field Value
eResult
License status
public readonly E_LicenseHResult eResult
Field Value
nCount
Number of instances for this license (0=unlimited)
public readonly uint nCount
Field Value
Methods
ToString()
Returns a string representation of the license.
public override readonly string ToString()