Метод | Описание | |
---|---|---|
Notify ( ) : System |
构造函数 从配置文件中初始化变量
|
|
Verify ( string>.SortedDictionary |
验证消息是否是支付宝发出的合法消息
|
|
getPublicKeyStr ( string Path ) : string |
从文件读取公钥转公钥字符串
|
Метод | Описание | |
---|---|---|
GetPreSignStr ( string>.SortedDictionary |
获取待签名字符串(调试用)
|
|
GetResponseTxt ( string notify_id ) : string |
获取是否是支付宝服务器发来的请求的验证结果
|
|
GetSignVeryfy ( string>.SortedDictionary |
获取返回时的签名验证结果
|
|
Get_Http ( string strUrl, int timeout ) : string |
获取远程服务器ATN结果
|
public Verify ( string>.SortedDictionary |
||
inputPara | string>.SortedDictionary | 通知返回参数数组 |
notify_id | string | 通知验证ID |
sign | string | 支付宝生成的签名结果 |
Результат | bool |
public static getPublicKeyStr ( string Path ) : string | ||
Path | string | 公钥文件路径 |
Результат | string |