Class Ticket
Floating license ticket
Inherited Members
Namespace: Algenta.Colectica.Model.Utility
Assembly: Algenta.Colectica.Model.dll
Syntax
public class Ticket
Properties
Expires
Time the ticket expires in UTC
Declaration
public DateTime Expires { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
JwtToken
Floating license token
Declaration
public string JwtToken { get; set; }
Property Value
Type | Description |
---|---|
string |
ProductName
Floating license product name
Declaration
public string ProductName { get; set; }
Property Value
Type | Description |
---|---|
string |
RegistrationId
Floating license registration Id
Declaration
public string RegistrationId { get; set; }
Property Value
Type | Description |
---|---|
string |
SessionId
Floating license session id
Declaration
public Guid SessionId { get; set; }
Property Value
Type | Description |
---|---|
Guid |