Click or drag to resize

GeneralDllInfo Method

Get information about the core native DLL.

Namespace: CryptoSysPQC
Assembly: diCrSysPQCNet (in diCrSysPQCNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string DllInfo()

Return Value

String
String in the form Platform=Win32|X64;Compiled=DDD;Licence=D|T
Remarks
Platform is the platform the core native DLL was compiled for: Win32 or X64.
Example
"Platform=X64;Compiled=Apr 2 2025 19:13:31;Licence=T"
See Also