Click or drag to resize

CryptographyUtilsTestOleCompat Method

Tests whether running operating system is compatible with OLE automation.

Namespace:  PKI.Utils
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public static bool TestOleCompat()

Return Value

Type: Boolean
True if running operating system is compatible with OLE automation, otherwise False.
Remarks
Windows operating systems starting with Windows 8.1/Windows Server 2012 R2 return True.
See Also