C# 클래스 DSPUtil.License

파일 보기 프로젝트 열기: hughpyle/inguz-DSPUtil

공개 메소드들

메소드 설명
Update ( string mac, string guid ) : void

Provide key to the server, check response. Throws on failure.

Verify ( string data, string signature ) : bool

Verify a signature. Throws only on unexpected failures.

메소드 상세

Update() 공개 정적인 메소드

Provide key to the server, check response. Throws on failure.
public static Update ( string mac, string guid ) : void
mac string MAC
guid string GUID
리턴 void

Verify() 공개 정적인 메소드

Verify a signature. Throws only on unexpected failures.
public static Verify ( string data, string signature ) : bool
data string Data, utf8
signature string Signature, base64
리턴 bool