Yoti 3.9.0
Yoti .NET SDK, providing Yoti API support for Login, Verify (2FA) and Age Verification
Install-Package Yoti -Version 3.9.0
dotnet add package Yoti --version 3.9.0
<PackageReference Include="Yoti" Version="3.9.0" />
paket add Yoti --version 3.9.0
#r "nuget: Yoti, 3.9.0"
// Install Yoti as a Cake Addin
#addin nuget:?package=Yoti&version=3.9.0
// Install Yoti as a Cake Tool
#tool nuget:?package=Yoti&version=3.9.0
Yoti .NET SDK
Welcome to the Yoti .NET SDK. This repo contains the tools and step by step instructions you need to quickly integrate your .NET back-end with Yoti so that your users can share their identity details with your application in a secure and trusted way.
Table of Contents
Supported Frameworks -
Frameworks supported by this .NET class libraryEnabling the SDK -
How to install our SDKSetup -
Setup required before using the Yoti servicesServices -
Links to more information about the services offered by the Yoti SDKSupport -
Please feel free to reach out
Supported Frameworks
- .NET Standard 1.0-1.6
- .NET Standard 2.0-2.1
- .NET Core App 1.0-1.1
- .NET Core App 2.0-2.2
- .NET Core App 3.0-3.1
- .NET 4.5-4.5.2
- .NET 4.6-4.6.2
- .NET 4.7-4.7.2
- .NET 4.8
Enabling the SDK
To install the Yoti 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
For other installation methods, see nuget.org/packages/Yoti
Setup
For each service you will need:
- Your Client SDK ID, generated by Yoti Hub when you create (and then publish) your app.
- Your .pem file. This is your own unique private key which your browser generates from the Yoti Hub when you create an application.
Products
The Yoti SDK can be used for the following products, follow the links on Github for more information about each:
- Yoti app integration - Connect with already-verified customers.
- Yoti Doc Scan - Identity verification embedded in your website or app.
- Yoti AML - Anti-Money Laundering check service to allow a deeper KYC process, preventing fraud
Support
For any questions or support please email sdksupport@yoti.com.
Please provide the following to get you up and working as quickly as possible:
- Computer type
- OS version
- Version of .NET being used
- Screenshot
Once we have answered your question we may contact you again to discuss Yoti products and services. If you’d prefer us not to do this, please let us know when you e-mail.
For further documentation, see https://developers.yoti.com/yoti/welcome
Yoti .NET SDK
Welcome to the Yoti .NET SDK. This repo contains the tools and step by step instructions you need to quickly integrate your .NET back-end with Yoti so that your users can share their identity details with your application in a secure and trusted way.
Table of Contents
Supported Frameworks -
Frameworks supported by this .NET class libraryEnabling the SDK -
How to install our SDKSetup -
Setup required before using the Yoti servicesServices -
Links to more information about the services offered by the Yoti SDKSupport -
Please feel free to reach out
Supported Frameworks
- .NET Standard 1.0-1.6
- .NET Standard 2.0-2.1
- .NET Core App 1.0-1.1
- .NET Core App 2.0-2.2
- .NET Core App 3.0-3.1
- .NET 4.5-4.5.2
- .NET 4.6-4.6.2
- .NET 4.7-4.7.2
- .NET 4.8
Enabling the SDK
To install the Yoti 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
For other installation methods, see nuget.org/packages/Yoti
Setup
For each service you will need:
- Your Client SDK ID, generated by Yoti Hub when you create (and then publish) your app.
- Your .pem file. This is your own unique private key which your browser generates from the Yoti Hub when you create an application.
Products
The Yoti SDK can be used for the following products, follow the links on Github for more information about each:
- Yoti app integration - Connect with already-verified customers.
- Yoti Doc Scan - Identity verification embedded in your website or app.
- Yoti AML - Anti-Money Laundering check service to allow a deeper KYC process, preventing fraud
Support
For any questions or support please email sdksupport@yoti.com.
Please provide the following to get you up and working as quickly as possible:
- Computer type
- OS version
- Version of .NET being used
- Screenshot
Once we have answered your question we may contact you again to discuss Yoti products and services. If you’d prefer us not to do this, please let us know when you e-mail.
For further documentation, see https://developers.yoti.com/yoti/welcome
Dependencies
-
.NETCoreApp 1.1
- Google.Protobuf (>= 3.15.3)
- JsonSubTypes (>= 1.8.0)
- Microsoft.NETCore.App (>= 1.1.2)
- Newtonsoft.Json (>= 12.0.3)
- NLog (>= 4.7.7)
- Portable.BouncyCastle (>= 1.8.5)
- System.Net.Http (>= 4.3.4)
-
.NETCoreApp 2.2
- Google.Protobuf (>= 3.15.3)
- JsonSubTypes (>= 1.8.0)
- Newtonsoft.Json (>= 12.0.3)
- NLog (>= 4.7.7)
- Portable.BouncyCastle (>= 1.8.5)
- System.Net.Http (>= 4.3.4)
-
.NETCoreApp 3.1
- Google.Protobuf (>= 3.15.3)
- JsonSubTypes (>= 1.8.0)
- Newtonsoft.Json (>= 12.0.3)
- NLog (>= 4.7.7)
- Portable.BouncyCastle (>= 1.8.5)
- System.Net.Http (>= 4.3.4)
-
.NETFramework 4.5.2
- Google.Protobuf (>= 3.15.3)
- JsonSubTypes (>= 1.8.0)
- Newtonsoft.Json (>= 12.0.3)
- NLog (>= 4.7.7)
- Portable.BouncyCastle (>= 1.8.5)
- System.Net.Http (>= 4.3.4)
-
.NETFramework 4.6.2
- Google.Protobuf (>= 3.15.3)
- JsonSubTypes (>= 1.8.0)
- Newtonsoft.Json (>= 12.0.3)
- NLog (>= 4.7.7)
- Portable.BouncyCastle (>= 1.8.5)
- System.Net.Http (>= 4.3.4)
-
.NETFramework 4.7.2
- Google.Protobuf (>= 3.15.3)
- JsonSubTypes (>= 1.8.0)
- Newtonsoft.Json (>= 12.0.3)
- NLog (>= 4.7.7)
- Portable.BouncyCastle (>= 1.8.5)
- System.Net.Http (>= 4.3.4)
-
.NETFramework 4.8
- Google.Protobuf (>= 3.15.3)
- JsonSubTypes (>= 1.8.0)
- Newtonsoft.Json (>= 12.0.3)
- NLog (>= 4.7.7)
- Portable.BouncyCastle (>= 1.8.5)
- System.Net.Http (>= 4.3.4)
-
.NETStandard 1.6
- Google.Protobuf (>= 3.15.3)
- JsonSubTypes (>= 1.8.0)
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 12.0.3)
- NLog (>= 4.7.7)
- Portable.BouncyCastle (>= 1.8.5)
- System.Net.Http (>= 4.3.4)
-
.NETStandard 2.1
- Google.Protobuf (>= 3.15.3)
- JsonSubTypes (>= 1.8.0)
- Newtonsoft.Json (>= 12.0.3)
- NLog (>= 4.7.7)
- Portable.BouncyCastle (>= 1.8.5)
- System.Net.Http (>= 4.3.4)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Yoti:
Package | Downloads |
---|---|
Yoti.Sandbox
Yoti .NET SDK Sandbox
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
3.9.0 | 207 | 3/23/2021 |
3.8.0 | 5,238 | 11/3/2020 |
3.7.0 | 271 | 10/21/2020 |
3.6.0 | 2,343 | 7/9/2020 |
3.5.1 | 447 | 6/4/2020 |
3.5.0 | 171 | 6/3/2020 |
3.4.0 | 302 | 4/16/2020 |
3.3.1 | 3,057 | 2/12/2020 |
3.3.0 | 693 | 1/6/2020 |
3.2.0 | 387 | 12/4/2019 |
3.1.0 | 636 | 10/23/2019 |
3.0.0 | 208 | 10/9/2019 |
2.8.0 | 1,338 | 10/30/2018 |
2.7.0 | 647 | 7/12/2018 |
2.6.0 | 575 | 6/6/2018 |
2.4.0 | 594 | 3/22/2018 |
2.3.0 | 467 | 3/13/2018 |
2.2.1 | 476 | 2/21/2018 |
2.2.0 | 536 | 10/23/2017 |
2.1.1 | 528 | 10/12/2017 |
2.1.0 | 546 | 10/3/2017 |