C# Class BattleNet.CdKey

Show file Open project: dkuwahara/AlphaBot Class Usage Examples

Public Methods

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

Protected Methods

Method Description
ConvertFromHexDigit ( char input ) : ulong
ConvertToHexDigit ( ulong byt ) : char

Method Details

ConvertFromHexDigit() protected static method

protected static ConvertFromHexDigit ( char input ) : ulong
input char
return ulong

ConvertToHexDigit() protected static method

protected static ConvertToHexDigit ( ulong byt ) : char
byt ulong
return char

GetD2KeyHash() public static method

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
return bool