Property | Type | Description | |
---|---|---|---|
HttpContext | |||
Parameters |
Method | Description | |
---|---|---|
CreateMd5Sign ( ) : string |
创建package签名
|
|
CreateSHA1Sign ( ) : string |
创建sha1签名
|
|
GetAllParameters ( ) : |
||
GetDebugInfo ( ) : String |
获取debug信息
|
|
GetKey ( ) : string |
获取密钥
|
|
GetRequestURL ( ) : string |
获取package带参数的签名包
|
|
Init ( ) : void |
初始化函数
|
|
ParseXML ( ) : string |
输出XML
|
|
RequestHandler ( |
||
SetDebugInfo ( String debugInfo ) : void |
设置debug信息
|
|
SetKey ( string key ) : void |
设置密钥
|
|
SetParameter ( string parameter, string parameterValue ) : void |
设置参数值
|
Method | Description | |
---|---|---|
CreateSign ( ) : void |
创建md5摘要,规则是:按参数名称a-z排序,遇到空值的参数不参加签名
|
|
GetCharset ( ) : string |
public GetAllParameters ( ) : |
||
return |
public RequestHandler ( |
||
httpContext | ||
return | System |
public SetDebugInfo ( String debugInfo ) : void | ||
debugInfo | String | |
return | void |
public SetParameter ( string parameter, string parameterValue ) : void | ||
parameter | string | |
parameterValue | string | |
return | void |
protected HttpContext,System.Web HttpContext | ||
return |