{"id":20790505,"url":"https://github.com/chsword/esignsdk","last_synced_at":"2026-02-18T01:01:25.173Z","repository":{"id":138837186,"uuid":"218675632","full_name":"chsword/ESignSDK","owner":"chsword","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-05T03:32:59.000Z","size":140,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T23:46:58.759Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chsword.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-31T03:18:49.000Z","updated_at":"2024-09-05T03:33:03.000Z","dependencies_parsed_at":"2024-11-17T15:50:16.839Z","dependency_job_id":null,"html_url":"https://github.com/chsword/ESignSDK","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chsword/ESignSDK","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chsword%2FESignSDK","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chsword%2FESignSDK/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chsword%2FESignSDK/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chsword%2FESignSDK/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chsword","download_url":"https://codeload.github.com/chsword/ESignSDK/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chsword%2FESignSDK/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29565016,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T00:47:08.760Z","status":"ssl_error","status_checked_at":"2026-02-18T00:45:26.718Z","response_time":100,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-17T15:35:28.988Z","updated_at":"2026-02-18T01:01:25.122Z","avatar_url":"https://github.com/chsword.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ESignSDK\nE签宝 非标Saas / Pass SDK\n\n[![install from nuget](http://img.shields.io/nuget/v/ESignSDK.svg?style=flat-square)](https://www.nuget.org/packages/ESignSDK)\n[![Build status](https://img.shields.io/appveyor/build/chsword/ESignSDK?label=CI\u0026logo=.NET\u0026style=flat-square)](https://ci.appveyor.com/project/chsword/esignsdk/branch/master)\n\n## 使用方法\n```powershell\nInstall-Package ESignSDK\n```\n```C#\n var client = new ESignSDKClient(new ESignOption()\n            {\n                //BaseUrl = \"https://smlopenapi.esign.cn\",\n                BaseUrl = \"https://openapi.esign.cn\",\n                AppId = \"your appid\",\n                AppKey = \"your appkey\"\n            });\n  var result = await _client.AccountGet(\"your person accountId\");\n  // or var result = _client.AccountGet(\"your person accountId\").Result;\n  if (result.Code == ReturnTypeCode.Success)\n  {\n      Console.WriteLine(result.Data.AccountId);\n      Console.WriteLine(result.Data.CardNo);\n      Console.WriteLine(result.Data.Mobile);\n      Console.WriteLine(result.Data.Name);\n      Console.WriteLine(result.Data.IdNumber);\n  }\n```\n\n## Release Notes\n### v1.0.0.30\n增加验签和区块链接口\n### v1.0.0.17 \n授权方式由 OAuth2 改为 请求签名鉴权\n\n## 兼容性\n\n|框架|最低支持版本|备注|\n|:--:|:--:|:--:|\n|.NET|5.0|\n|.NET Core|2.0|\n|.NET Framework|4.6.1|传统的.net框架\u003cbr/\u003e Windows Server 2016以上及\u003cbr/\u003eWindows 10 1511以上已经集成|\n|Mono|5.4|\n|Xamarin.iOS|10.14|\n|Xamarin.Max|3.8|\n|Xamarin.Android|8.0|\n|通用 Windows 平台|10.0.16299|\n|Unity|2018.1|\n\n## Reference\n\n文档\nhttps://open.esign.cn/doc/detail?id=opendoc%2Fpaas_api%2Fom5lm2\u0026namespace=opendoc%2Fpaas_api\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchsword%2Fesignsdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchsword%2Fesignsdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchsword%2Fesignsdk/lists"}