ESignSDK 1.0.0.30

dotnet add package ESignSDK --version 1.0.0.30
NuGet\Install-Package ESignSDK -Version 1.0.0.30
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ESignSDK" Version="1.0.0.30" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ESignSDK --version 1.0.0.30
#r "nuget: ESignSDK, 1.0.0.30"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ESignSDK as a Cake Addin
#addin nuget:?package=ESignSDK&version=1.0.0.30

// Install ESignSDK as a Cake Tool
#tool nuget:?package=ESignSDK&version=1.0.0.30

ESignSDK

E签宝 非标Saas / Pass SDK

install from nuget Build status

使用方法

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);
  }

Release Notes

v1.0.0.17

授权方式由 OAuth2 改为 请求签名鉴权

兼容性

框架 最低支持版本 备注
.NET 5.0
.NET Core 2.0
.NET Framework 4.6.1 传统的.net框架<br/> Windows Server 2016以上及<br/>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

Reference

文档 https://open.esign.cn/doc/detail?id=opendoc%2Fpaas_api%2Fom5lm2&namespace=opendoc%2Fpaas_api

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0.30 1,808 8/30/2021
1.0.0.27 341 8/27/2021
1.0.0.26 308 8/27/2021
1.0.0.25 325 8/27/2021
1.0.0.24 319 8/27/2021
1.0.0.17 322 8/26/2021
1.0.0.14 408 10/12/2020
1.0.0.13 417 10/12/2020
1.0.0.10 520 12/12/2019
1.0.0.9 537 11/22/2019
1.0.0.8 512 11/21/2019
1.0.0.6 529 11/5/2019
1.0.0 527 11/5/2019