C# Class BattleNet.CdKey

Afficher le fichier Open project: dkuwahara/AlphaBot Class Usage Examples

Méthodes publiques

Méthode Description
GetD2KeyHash ( string cdkey, uint &client_token, uint server_token, List &output, List &public_value ) : bool

Méthodes protégées

Méthode Description
ConvertFromHexDigit ( char input ) : ulong
ConvertToHexDigit ( ulong byt ) : char

Method Details

ConvertFromHexDigit() protected static méthode

protected static ConvertFromHexDigit ( char input ) : ulong
input char
Résultat ulong

ConvertToHexDigit() protected static méthode

protected static ConvertToHexDigit ( ulong byt ) : char
byt ulong
Résultat char

GetD2KeyHash() public static méthode

public static GetD2KeyHash ( string cdkey, uint &client_token, uint server_token, List &output, List &public_value ) : bool
cdkey string
client_token uint
server_token uint
output List
public_value List
Résultat bool