ActivateLicenseResult
Namespace: Babel.Licensing Assembly: Babel.Licensing.dll
Represents the result of a license activation operation.
Inheritance
object ← ActivateLicenseResult
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
ActivateLicenseResult(ActivateLicenseResponse)
Initializes a new instance of the class with the specified response from the license activation operation.
Parameters
The response from the license activation operation.
Properties
ActiveClientCount
Gets the number of active clients for the activated license.
Property Value
License
Gets or sets the license object associated with the activated license. This property is intended for internal use only.
Property Value
LicenseToken
Gets the license token associated with the activated license.
Property Value
MaxClientCount
Gets the maximum number of clients allowed for the activated license.
Property Value
TokenExpireAt
Gets the expiration date of the license token in Coordinated Universal Time (UTC).
Property Value
Last updated