Return date and time the core CryptoSys PKI DLL was last compiled.
public static string CompileTime()
Public Shared Function CompileTime As String
string s = CryptoSysPKI.General.CompileTime(); Console.WriteLine("CompileTime={0}", s);
VB6/C equivalent: PKI_CompileTime