ValidateLicenseResult
Namespace: Babel.Licensing Assembly: Babel.Licensing.dll
Represents the result of a license validation operation.
Inheritance
object ← ValidateLicenseResult
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
ValidateLicenseResult(ValidateLicenseResponse)
Initializes a new instance of the class with the response from the license validation operation.
Parameters
The response from the license validation operation.
Properties
ActiveClientCount
Gets the number of active clients using the license.
Property Value
ClientId
Gets the client id that send the validation request.
Property Value
License
Gets or sets the license associated with the validation result.
Property Value
LicenseToken
Gets the license token associated with the validation result.
Property Value
LicensingMode
Gets the licensing mode of the license.
Property Value
MaxClientCount
Gets the maximum number of clients allowed by the license.
Property Value
TokenExpireAt
Gets the expiration date of the license token.
Property Value
TokenExpireIn
Gets the expiration time.
Property Value
Last updated