EasyID 1.0.12

dotnet add package EasyID --version 1.0.12
                    
NuGet\Install-Package EasyID -Version 1.0.12
                    
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="EasyID" Version="1.0.12" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EasyID" Version="1.0.12" />
                    
Directory.Packages.props
<PackageReference Include="EasyID" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EasyID --version 1.0.12
                    
#r "nuget: EasyID, 1.0.12"
                    
#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.
#:package EasyID@1.0.12
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=EasyID&version=1.0.12
                    
Install as a Cake Addin
#tool nuget:?package=EasyID&version=1.0.12
                    
Install as a Cake Tool

EasyID .NET SDK

Official .NET SDK for the EasyID identity verification API.

EasyID 易验云 focuses on identity verification and security risk control APIs, including real-name verification, liveness detection, face recognition, phone verification, and fraud-risk related capabilities.

中文文档: README.zh-CN.md

Install

dotnet add package EasyID

Quick Start

var client = new EasyIDClient("ak_xxx", "sk_xxx");

try
{
    var result = await client.IdCard.Verify2Async(new IDCardVerify2Request("张三", "110101199001011234"));
    Console.WriteLine(result.Match);
}
catch (ApiErrorException error)
{
    Console.WriteLine($"{error.Code} {error.RequestId}");
}

Supported APIs

  • IDCard: Verify2Async, Verify3Async, OcrAsync
  • Phone: StatusAsync, Verify3Async
  • Face: LivenessAsync, CompareAsync, VerifyAsync
  • Bank: Verify4Async
  • Risk: ScoreAsync, StoreFingerprintAsync
  • Billing: BalanceAsync, RecordsAsync

Configuration

  • options.BaseUrl
  • options.HttpClient

Security Notice

This is a server-side SDK. Do not expose secret in browsers or mobile apps.

Official Resources

  • Official website: https://www.easyid.com.cn/
  • GitHub organization: https://github.com/easyid-com-cn/
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.

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.12 135 4/3/2026
1.0.11 112 4/2/2026
1.0.0 112 4/2/2026