Returns flag indicating the platform of the core DLL.
Namespace: CryptoSysAPIAssembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntaxpublic static int IsWin64()
Public Shared Function IsWin64 As Integer
Return Value
Int321 if platform is Win64 (X64) or 0 if Win32
See Also