Search Results for

    Show / Hide Table of Contents

    .NET client library

    The .NET client library handles authentication and provides ways to interact with the ImageVault API.

    Library

    The library is supplied as nuget packages and can be found on the nuget.org package archive

    .NET version compability

    Different versions of the .NET client supports different versions of the .NET runtime

    ImageVault.Client version .NET runtime
    6.0.62-latest .NET Standard 2.0
    5.21.15 .NET Framework 4.6.1
    4.7.2-5.20.74 .NET Framework 4.5
    4.4.2-4.5.2 .NET Framework 4.0

    Changelog

    The changes introduced in each version can be found in the changelog

    Getting started

    This documentation focuses on the latest version of the library (v6) but you can still find documentation for library version 5 regarding the initial setup steps that differs from the current version.

    The steps needed for using the library are the following:

    • Configure the client
    • Setup the client
    • Create the client

    When you have a client, you are able to access the API. Head to the examples section for some tips on how to perform common actions.

    In This Article
    Back to top (c) Meriworks 2002-2022