CryptoSys PKI .NET Class Library
A class library DLL is a cleaner, simpler interface for programmers in all .NET languages including C# and VB.NET.
Our class library diCrSysPKINet.dll provides an interface for .NET programmers to our
CryptoSys PKI Toolkit.
All methods in diCrSysPKINet.dll are straight static methods, so there is no need even to create any
objects. Just add a reference to it in your project and use the CryptoSysPKI namespace and you are away.
Introduction | How to use | The CryptoSys PKI Toolkit | Help Documentation | Structure | References
The C# source code for the class library is available so you can change or add to it if you want.
If you want to link statically instead in your C# project, then just include the CryptoSysPKI.cs
module from the source code in your project and don't bother adding any references to the class library.
diCrSysPKINet.dll library file into a convenient folder
(Hint: the original is included in the main installation for all versions and should be in the folder
C:\Program Files\CryptoSysPKI\DotNet
unless you installed it in a different directory).
diCrSysPKINet.dll.using CryptoSysPKI;or (for VB.NET)
Imports CryptoSysPKIto your code.
using CryptoSysPKI; int n = General.Version(); Console.WriteLine("Version = {0}", n);or in VB.NET
Imports CryptoSysPKI Dim n As Integer n = General.Version() Console.WriteLine("Version = {0}", n)See the example test code provided in the distribution download for both C# and VB.NET.
To use the .NET class library, you need to download and install the trial version of the core CryptoSys PKI Toolkit, unless you already have a copy installed.
Your (References) (Calls)
.NET project -------------> diCrSysPKINet.dll --------> diCrPKI.dll
[Class Library] [Core Win32 DLL]
using CryptoSysPKI;
OR
Imports CryptoSysPKI
This page last updated 21 February 2009