Enumeration values for specifying the options to use when attempting to identify a system.

Namespace: SimpleMode.SecureLicenseManager
Assembly: SimpleMode.SecureLicenseManager (in SimpleMode.SecureLicenseManager.dll) Version: 1.5.5120.0 (1.5.5120.0)

Syntax

C#
[FlagsAttribute]
public enum SystemIdentifierOptions
Visual Basic
<FlagsAttribute> _
Public Enumeration SystemIdentifierOptions
Visual C++
[FlagsAttribute]
public enum class SystemIdentifierOptions

Members

Member nameValueDescription
None0 None
UseComputerName1 System identifier that is derived from the computer name value that is given for a machine.
UseProcessorInfo2 System identifier that is derived from the processor information of a system.
UseMotherBoardInfo4 System identifier that is derived from the mother board related information of a system.
UseHDDInfo8 System identifier that is derived from the hard disk drive information of a system.
UseOperatingSystemSerialNumber16 System identifier that is derived from The Windows serial number of a machine.
UseBIOSInfo32 System identifier that is derived from The BIOS information of a machine.
UseNICInfo64 System identifier that is derived from the Network Interface Card information of a system.
UseVideoControllerInfo128 System identifier that is derived from the Video Controller information of a machine.

See Also