Getting Started
1. Download and Install
The Authentication SDK consists of two components that will both need to be installed for you to use the library
- Data Files
- NuGet Package
Installation of the Data Files
You can install the Authentication SDK data files using IDScanNet.Validation.SDK.Data.Setup.exe and IDScanNet.Validation.SDK.Host.Setup.exe.
Installer files will install the necessary data files into the following location C:\ProgramData\IDScan.net\IDScanNet.Validation.SDK.Data.
2. Adding the SDK to the Project
The SDK exists as a 64 bit NuGet package IDScanNet.Validation.SDK
. You can add this package to .NET Framework 4.7 (and above), .NET Core 3.1, or .NET 5 projects.
To add this package to the project you can use use the following dotnet command:
dotnet add ProjectName package IDScanNet.Validation.SDK
Or you can add the NuGet Package through Visual Studio.
First open the dialog
You can search for the Validation.SDK and it will appear in the search results
3. Release Notes
Authentications SDK release notes and the road map are available here