CryptoSys PKI .NET 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.
Your (References) (Calls)
.NET project -------------> diCrSysPKINet.dll --------> diCrPKI.dll
[Class Library] [Core Win32 DLL]
using CryptoSysPKI;
OR
Imports CryptoSysPKI
This page last updated 4 January 2008
CryptoSys Home |
PKI Home |
Purchase |
Search |
Cryptography Software Code |
Contact us
Copyright © 2006-8 D.I. Management Services Pty Limited ABN 78 083 210 584,
Sydney, Australia. All rights reserved.
<www.di-mgt.com.au>
<www.cryptosys.net>