CryptographyUtilsTestOleCompat Method

Note: This API is now obsolete.
Tests whether running operating system is compatible with OLE automation.

Definition

Namespace: SysadminsLV.PKI.Utils
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
[ObsoleteAttribute("This method is obsolete.", true)]
public static bool TestOleCompat()

Return Value

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