CryptoSys PKI
23.0.0
|
The C++ (STL) interface to CryptoSys PKI is an interface to diCrPKI.dll
for C++ programmers using STL (C++11 or above).Requires CryptoSys PKI Pro to be installed on your system, available from https://www.cryptosys.net/pki/. In particular that diCrPKI.dll
is in your library search path.
Required files to compile in a C++ project:
Link to diCrPKI.lib
. In MSVC++, with the LIB file in the output directory (typically Debug
or Release
)
A minimal example dipki-cpp-min.cpp
Using the command-line with MSVC:
Using GCC (make sure the DLL has been compiled for target X64):