Getting Started
1. Download and Install
The Authentication SDK can be installed one of 2 ways.
- Host File + NuGet Package 2.Cloud Installer
Note
Only one method may be installed a time on a computer.
Installation of the Host File
You can install the Authentication SDK Host File using the installer file located here
Installer file will install the necessary files into the following location C:\ProgramData\IDScan.net\IDScanNet.Authentication.SDK.
2. Adding the SDK to the Project via NuGet
The SDK exists as a 64 bit NuGet package IDScanNet.Authentication.SDK
. You can add this package to .NET Framework 4.6.2 (and above), .NET Core 3.1, .NET 5 or .NET 6 projects.
To add this package to the project you can use use the following dotnet command:
dotnet add ProjectName package IDScanNet.Authentication.SDK
Or you can add the NuGet Package through Visual Studio.
First open the dialog
You can search for the Authentication.SDK and it will appear in the search results
Release Notes
Authentications SDK release notes are available here