CAS.Lib.CodeProtect Namespace
CAS.Lib.CodeProtect.LicenseDsc Namespace
CAS.Lib.CodeProtect.LicenseDsc.Constraints Namespace
CAS.Lib.CodeProtect.Properties Namespace
OOI CodeProtect

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.LicenseDsc
Assembly:  CAS.CodeProtect (in CAS.CodeProtect.dll)

Syntax


<SerializableAttribute> _
Public Class User _
	Inherits AbstractUpgradeableData(Of User)
[SerializableAttribute]
public ref class User : public AbstractUpgradeableData<User^>

Inheritance Hierarchy


Object
  CAS.Lib.CodeProtect.LicenseDsc..::..AbstractLicenseData
    CAS.Lib.CodeProtect.LicenseDsc..::..AbstractUpgradeableData<(Of <(<'User>)>)>
      CAS.Lib.CodeProtect.LicenseDsc..::..User