C# Class AdvancedLauncher.Tools.FingerPrint

Generates a 16 byte Unique Identification code of a computer Example: 4876-8DB5-EE85-69D3-FE52-8CF7-395D-2EA9
Show file Open project: GoldRenard/DMOAdvancedLauncher Class Usage Examples

Public Methods

Method Description
Value ( FingerPart p, bool IsHashed ) : string

Private Methods

Method Description
GetHash ( string s ) : string
GetHexString ( byte bt ) : string
baseId ( ) : string
biosId ( ) : string
cpuId ( ) : string
diskId ( ) : string
identifier ( string wmiClass, string wmiProperty ) : string
identifier ( string wmiClass, string wmiProperty, string wmiMustBeTrue ) : string
macId ( ) : string
uuId ( ) : string
videoId ( ) : string

Method Details

Value() public static method

public static Value ( FingerPart p, bool IsHashed ) : string
p FingerPart
IsHashed bool
return string