Click or drag to resize

GeneralCompileTime Method

Return date and time the core CryptoSys PKI DLL was last compiled.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.25611 (23.0.0.0)
Syntax
public static string CompileTime()

Return Value

String
Date and time string
Example
C#
string s = CryptoSysPKI.General.CompileTime();
Console.WriteLine("CompileTime={0}", s);
See Also