Enumeration values for specifying the options to use when attempting to identify a system.
Namespace: SimpleMode.SecureLicenseManagerAssembly: 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 name | Value | Description | |
---|---|---|---|
None | 0 | None | |
UseComputerName | 1 | System identifier that is derived from the computer name value that is given for a machine. | |
UseProcessorInfo | 2 | System identifier that is derived from the processor information of a system. | |
UseMotherBoardInfo | 4 | System identifier that is derived from the mother board related information of a system. | |
UseHDDInfo | 8 | System identifier that is derived from the hard disk drive information of a system. | |
UseOperatingSystemSerialNumber | 16 | System identifier that is derived from The Windows serial number of a machine. | |
UseBIOSInfo | 32 | System identifier that is derived from The BIOS information of a machine. | |
UseNICInfo | 64 | System identifier that is derived from the Network Interface Card information of a system. | |
UseVideoControllerInfo | 128 | System identifier that is derived from the Video Controller information of a machine. |