CryptographyUtilsTestOleCompat Method
Note: This API is now obsolete.
Tests whether running operating system is compatible with OLE automation.
Namespace: SysadminsLV.PKI.UtilsAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
[ObsoleteAttribute("This method is obsolete.", true)]
public static bool TestOleCompat()
<ObsoleteAttribute("This method is obsolete.", true)>
Public Shared Function TestOleCompat As Boolean
public:
[ObsoleteAttribute(L"This method is obsolete.", true)]
static bool TestOleCompat()
[<ObsoleteAttribute("This method is obsolete.", true)>]
static member TestOleCompat : unit -> bool
Return Value
BooleanTrue if running operating system is compatible with OLE automation,
otherwise
False.
Windows operating systems starting with Windows 8.1/Windows Server 2012 R2 return True.