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.LicenseDscAssembly: CAS.CodeProtect (in CAS.CodeProtect.dll)
Syntax
[SerializableAttribute] public class LicenseFile : License, IConstraintItemProvider
<SerializableAttribute> _ Public Class LicenseFile _ Inherits License _ Implements IConstraintItemProvider
[SerializableAttribute] public ref class LicenseFile : public License, IConstraintItemProvider