LicenseInfoResult
Namespace: Babel.Licensing Assembly: Babel.Licensing.dll
Represents the result of the get license info operation.
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
LicenseInfoResult(LicenseInfoResponse)
Initializes a new instance of the class with the response from the get license info operation.
Parameters
The response from the get license info operation.
Properties
ActiveClientCount
Gets the number of active clients associated with the license.
Property Value
ClientId
Gets the client id that send the request.
Property Value
ExpireDate
Gets the expiration date of the license.
Property Value
IssueDate
Gets the issue date of the license.
Property Value
LicenseId
Gets the license Id related to the user key.
Property Value
LicenseTokens
Gets the license tokens associated with the license.
Property Value
MaxClientCount
Gets the maximum number of clients allowed by the license.
Property Value
Revoked
Gets a value indicating whether the license is revoked.
Property Value
SupportExpireDate
Gets the support expiration date of the license.
Property Value
Last updated