C# 클래스 Gwupe.Common.Security.FingerPrint

Generates a 16 byte Unique Identification code of a computer Example: 4876-8DB5-EE85-69D3-FE52-8CF7-395D-2EA9
파일 보기 프로젝트 열기: gwupe/Gwupe

공개 메소드들

메소드 설명
HardwareDescription ( ) : string
Value ( ) : string

비공개 메소드들

메소드 설명
BaseId ( ) : string
BiosId ( ) : string
CpuId ( ) : string
DiskId ( ) : string
GetHash ( string s ) : string
GetHexString ( byte bt ) : string
Identifier ( string wmiClass, string wmiProperty ) : string
Identifier ( string wmiClass, string wmiProperty, string wmiMustBeTrue ) : string
MacId ( ) : string
VideoId ( ) : string

메소드 상세

HardwareDescription() 공개 정적인 메소드

public static HardwareDescription ( ) : string
리턴 string

Value() 공개 정적인 메소드

public static Value ( ) : string
리턴 string