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

LicenseFile Class

This is the .LIC file object. This file contains all the fields a developer should need to create a license of their choice. It supports many standard fields and has the ability to store custom key/value pairs. This file also contains a Constraints List (System.Collections.Generic.List) which is responsible for determine the validity of this license. The constraints are used to determine if the license may be used.

Namespace:  CAS.Lib.CodeProtect.LicenseDsc
Assembly:  CAS.CodeProtect (in CAS.CodeProtect.dll)

Syntax


<SerializableAttribute> _
Public Class LicenseFile _
	Inherits License _
	Implements IConstraintItemProvider
[SerializableAttribute]
public ref class LicenseFile : public License, 
	IConstraintItemProvider

Inheritance Hierarchy


Object
  License
    CAS.Lib.CodeProtect.LicenseDsc..::..LicenseFile