DeployLX Software Protection System

MachineProfileEntryType Enumeration

List of the types of hardware supported by the MachineProfile.

Syntax

Public Enumeration MachineProfileEntryType
public enum MachineProfileEntryType

Members

NotSet

The value has not been set.

Cpu

The CPU ID for the machine.

Memory

The total amount of memory in the machine.

MACAddress

The MAC addresses of permanent adapters in the machine.

SystemDrive

The hardware serial number of the main system drive. Attempts to get the actual physical serial number from the drive if possible, otherwise falls back to volume serial number assigned during format.

CDRom

The CD-ROM drive.

VideoCard

The graphics adapter or video card.

Scsi

SCSI host adapter.

Ide

IDE controller id. Often identifies the motherboard as well.

Motherboard

The collection of fixed components installed on the motherboard.

Custom1

Custom hardware component.

Custom2

Custom hardware component.

Custom3

Custom hardware component.

Custom4

Custom hardware component.

TypeMask

Mask to separate flags from the actual type.

PartialFlag

Used to indicate the a difference between two hardware profiles for a given type is only partially different.

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

See Also