Yoti.Sandbox
1.5.0
Yoti .NET SDK Sandbox
Install-Package Yoti.Sandbox -Version 1.5.0
dotnet add package Yoti.Sandbox --version 1.5.0
<PackageReference Include="Yoti.Sandbox" Version="1.5.0" />
paket add Yoti.Sandbox --version 1.5.0
#r "nuget: Yoti.Sandbox, 1.5.0"
Yoti .NET Sandbox SDK
Welcome to the Yoti .NET Sandbox. This repo contains the tools you need to test your .NET back-end integration, alongside installation of the Yoti .NET SDK.
Sandbox Supported Frameworks
- .NET Standard 2.1
- .NET Core App 3.1
- .NET 4.8
Please email sdksupport@yoti.com if you require a Target Framework which is not listed here.
Installing the Sandbox
To install the Yoti Sandbox NuGet package you will need to install NuGet. You can find instructions to do that here
To import the latest Yoti SDK into your project, enter the following command from NuGet Package Manager Console in Visual Studio:
Install-Package Yoti.Sandbox
For other installation methods, see nuget.org/packages/Yoti.Sandbox
Configuration
To initialise the SandboxClient
, using either the Profile or DocScan SandboxClientBuilder
(see examples in section below), you will need the following:
ClientSdkId
is the SDK identifier generated by Yoti Hub in the Key tab when you create your app.KeyPair
is the keyPair object of your private key (.pem file). It can be downloaded only once from the Keys tab in your Yoti Hub.
Please do not open the pem file as this might corrupt the key and you will need to create a new application.
Code Examples
In the examples folder (on Github) there are snippets for:
Yoti .NET Sandbox SDK
Welcome to the Yoti .NET Sandbox. This repo contains the tools you need to test your .NET back-end integration, alongside installation of the Yoti .NET SDK.
Sandbox Supported Frameworks
- .NET Standard 2.1
- .NET Core App 3.1
- .NET 4.8
Please email sdksupport@yoti.com if you require a Target Framework which is not listed here.
Installing the Sandbox
To install the Yoti Sandbox NuGet package you will need to install NuGet. You can find instructions to do that here
To import the latest Yoti SDK into your project, enter the following command from NuGet Package Manager Console in Visual Studio:
Install-Package Yoti.Sandbox
For other installation methods, see nuget.org/packages/Yoti.Sandbox
Configuration
To initialise the SandboxClient
, using either the Profile or DocScan SandboxClientBuilder
(see examples in section below), you will need the following:
ClientSdkId
is the SDK identifier generated by Yoti Hub in the Key tab when you create your app.KeyPair
is the keyPair object of your private key (.pem file). It can be downloaded only once from the Keys tab in your Yoti Hub.
Please do not open the pem file as this might corrupt the key and you will need to create a new application.
Code Examples
In the examples folder (on Github) there are snippets for:
Dependencies
-
.NETCoreApp 3.1
- Newtonsoft.Json (>= 12.0.3)
- Yoti (>= 3.7.0)
-
.NETFramework 4.8
- Newtonsoft.Json (>= 12.0.3)
- Yoti (>= 3.7.0)
-
.NETStandard 2.1
- Newtonsoft.Json (>= 12.0.3)
- Yoti (>= 3.7.0)
Used By
GitHub repositories
This package is not used by any popular GitHub repositories.