ESignSDK 1.0.1.34
.NET 8.0
This package targets .NET 8.0. The package is compatible with this framework or higher.
.NET Standard 2.0
This package targets .NET Standard 2.0. The package is compatible with this framework or higher.
dotnet add package ESignSDK --version 1.0.1.34
NuGet\Install-Package ESignSDK -Version 1.0.1.34
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.1.34" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ESignSDK --version 1.0.1.34
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ESignSDK, 1.0.1.34"
#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.1.34 // Install ESignSDK as a Cake Tool #tool nuget:?package=ESignSDK&version=1.0.1.34
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ESignSDK
E签宝 非标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);
}
Release Notes
v1.0.0.30
增加验签和区块链接口
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 | Versions 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 is compatible. 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 is compatible. |
.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.
-
.NETStandard 2.0
- Newtonsoft.Json (>= 13.0.3)
-
.NETStandard 2.1
- Newtonsoft.Json (>= 13.0.3)
-
net8.0
- Newtonsoft.Json (>= 13.0.3)
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.1.34 | 231 | 9/5/2024 |
1.0.0.30 | 1,886 | 8/30/2021 |
1.0.0.27 | 369 | 8/27/2021 |
1.0.0.26 | 335 | 8/27/2021 |
1.0.0.25 | 346 | 8/27/2021 |
1.0.0.24 | 347 | 8/27/2021 |
1.0.0.17 | 346 | 8/26/2021 |
1.0.0.14 | 439 | 10/12/2020 |
1.0.0.13 | 443 | 10/12/2020 |
1.0.0.10 | 546 | 12/12/2019 |
1.0.0.9 | 562 | 11/22/2019 |
1.0.0.8 | 553 | 11/21/2019 |
1.0.0.6 | 555 | 11/5/2019 |
1.0.0 | 550 | 11/5/2019 |