The TBOTP.DLL class library

.NET class library Framework C# dll OTP

How to use the TBOTP.DLL class library?

Here are the steps to do for build a sample project that use the TBOTP.DLL class library.

  1. Download the zip file with the classes libraries from the development page and unzip it.
  2. Create a solution inside Visual Studio and add a C# .NET Framework 4.7.2 console application project.
  3. Choose the TBOTP.DLL class library according the framework of your .NET project (that is the .NET Framework 4.7.2) and copy it inside your project folder.
  4. Add a reference to the TBOTP.DLL inside your project.
  5. Copy the C# sample test code from here an paste it inside your Program.cs source file.
  6. Build the solution.

Then if you run the application you should see the following output:

TBOTP.DLL class library

Previous Post