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()
Public Shared Function TestOleCompat As Boolean
public:
static bool TestOleCompat()
static member TestOleCompat : unit -> bool
Return Value
Type:
BooleanTrue 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