Open Visual Studio and open the Package Manager Console. It is under tools / Library Package Manager / Package Manager Console
Install GpgApi by executing the following.
PM> Install-Package GpgAPI
You can use it once it is installed by including it in your “using” statements.
using System; using GpgApi;