Isonas .NET Client Installation Instructions
- Purchase the product via http://bswtechconsulting.com/products/isonas-client-api/
- When your purchase is complete, you will receive a download link to a ZIP file. That ZIP file contains 3 Nuget packages:
- Isonas .NET Client - the main client
- Isonas .NET Utilities - Utilities that sit on top of the Isonas client and offer stored/encrypted config of the Isonas encryption key+password and a convenience method for storing an email address in the user defined fields of the ID File
- Isonas Testing Utilities - A mock IIsonasSession implementation to aid in unit testing
- Use 1 of the following approaches to install your choice of packages:
Nuget/Package Manager Console
Install-Package -Source Z:\directorycontaining_nupkg_files Bsw.Isonas.Dotnet.Client
- Nuget/Add source
- Add the
Z:\directorycontaining_nupkg_files
directory on your machine to the sources list under Tools->Library Package Manager->Package Manager Settings->Package Sources - Then install the package as normal
- Add the
- Manual/no Nuget - Open the .nupkg files in your ZIP utility of choice and manually add the assembly to your project