DeployLX Software Protection System

SerialNumberFlags Enumeration

Defines a set of flags that can be set in an SerialNumber and later checked at runtime to enable or disable features. The value of each flag is meaningful only to the license developer and has no implicit purpose for use by DeployLX Licensing.

Syntax

<FlagsAttribute> _
Public Enumeration SerialNumberFlags
[FlagsAttribute]
public enum SerialNumberFlags

Members

None

No flags have been set.

Flag1

Flag 1 has been set.

Flag2

Flag 1 has been set.

Flag3

Flag 1 has been set.

Flag4

Flag 1 has been set.

Flag5

Flag 1 has been set.

Flag6

Flag 1 has been set.

Flag7

Flag 1 has been set.

Flag8

Flag 1 has been set.

Remarks

See the Serial Numbers and the Registration Process topic for more details.

Assembly:  DeployLX.Licensing.v5 (in DeployLX.Licensing.v5.dll)

See Also