Show / Hide Table of Contents

Class Ticket

Floating license ticket

Inheritance
object
Ticket
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX