Package Description
License
—
Deps
3
Install Size
—
Vulns
✓ 0
Published
Sep 5, 2024
$ dotnet add package ESignSDKE签宝 非标Saas / Pass SDK
Install-Package ESignSDK
var client = new ESignSDKClient(new ESignOption()
{
//BaseUrl = "https://smlopenapi.esign.cn",
BaseUrl = "https://openapi.esign.cn",
AppId = "your appid",
AppKey = "your appkey"
});
var result = await _client.AccountGet("your person accountId");
// or var result = _client.AccountGet("your person accountId").Result;
if (result.Code == ReturnTypeCode.Success)
{
Console.WriteLine(result.Data.AccountId);
Console.WriteLine(result.Data.CardNo);
Console.WriteLine(result.Data.Mobile);
Console.WriteLine(result.Data.Name);
Console.WriteLine(result.Data.IdNumber);
}
增加验签和区块链接口
授权方式由 OAuth2 改为 请求签名鉴权
| 框架 | 最低支持版本 | 备注 |
|---|---|---|
| .NET | 5.0 | |
| .NET Core | 2.0 | |
| .NET Framework | 4.6.1 | 传统的.net框架 Windows Server 2016以上及 Windows 10 1511以上已经集成 |
| Mono | 5.4 | |
| Xamarin.iOS | 10.14 | |
| Xamarin.Max | 3.8 | |
| Xamarin.Android | 8.0 | |
| 通用 Windows 平台 | 10.0.16299 | |
| Unity | 2018.1 |
文档 https://open.esign.cn/doc/detail?id=opendoc%2Fpaas_api%2Fom5lm2&namespace=opendoc%2Fpaas_api