User Class
The User object inherits from the AbstractLicenseData. The
User is the information about the owner of the license. It
contains the name, email and organization of the individual or company who purchased
the license.
Namespace:
CAS.Lib.CodeProtect.LicenseDscAssembly: CAS.CodeProtect (in CAS.CodeProtect.dll)
Syntax
[SerializableAttribute] public class User : AbstractUpgradeableData<User>
<SerializableAttribute> _ Public Class User _ Inherits AbstractUpgradeableData(Of User)
[SerializableAttribute] public ref class User : public AbstractUpgradeableData<User^>
Inheritance Hierarchy
CAS.Lib.CodeProtect.LicenseDsc..::..AbstractLicenseData
CAS.Lib.CodeProtect.LicenseDsc..::..AbstractUpgradeableData<(Of <(<'User>)>)>
CAS.Lib.CodeProtect.LicenseDsc..::..User