// Token: 0x060000CB RID: 203 RVA: 0x0000ABB0 File Offset: 0x00008DB0 private static string MacId() { return(HWID.Identifier("Win32_NetworkAdapterConfiguration", "MACAddress", "IPEnabled")); }
// Token: 0x060000C9 RID: 201 RVA: 0x0000AB2C File Offset: 0x00008D2C private static string BaseId() { return(HWID.Identifier("Win32_BaseBoard", "Model") + HWID.Identifier("Win32_BaseBoard", "Manufacturer") + HWID.Identifier("Win32_BaseBoard", "Name") + HWID.Identifier("Win32_BaseBoard", "SerialNumber")); }
// Token: 0x060000CA RID: 202 RVA: 0x0000AB7C File Offset: 0x00008D7C private static string VideoId() { return(HWID.Identifier("Win32_VideoController", "DriverVersion") + HWID.Identifier("Win32_VideoController", "Name")); }
// Token: 0x060000C8 RID: 200 RVA: 0x0000AADC File Offset: 0x00008CDC private static string DiskId() { return(HWID.Identifier("Win32_DiskDrive", "Model") + HWID.Identifier("Win32_DiskDrive", "Manufacturer") + HWID.Identifier("Win32_DiskDrive", "Signature") + HWID.Identifier("Win32_DiskDrive", "TotalHeads")); }