IDScan.net
Search Results for

    Show / Hide Table of Contents

    ASDK Installation with the MSI Installer

    Installation

    Install the NuGet Package

    The SDK exists as a 64 bit NuGet package IDScanNet.Authentication.SDK. You can add this package to projects that target the following frameworks

    1. .NET Framework 4.6.2 (and above)
    2. .NET Core 3.1
    3. .NET 5 (and above)

    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

    Install the ASDK Host Application

    You can install the Authentication SDK Host File using the installer file located here

    Separately, install the IDScan.net Cloud Installer

    Then link the license from the IDScan.net web portal

    Updating the ASDK Host Application

    New versions of the MSI installer will available for download here

    The installation procedure will be to run the new installer.

    Uninstalling the ASDK Host Application

    In order to uninstall the ASDK Host application open the Add or remove programs

    And the Uninstall the IDScanNet.Authentication.SDK.Host application

    Back to top IDScan.net IDScan.net GitHub