CryptographyUtilsTestCepCompat Method |
Tests whether running operating system is compatible with ADCS Web Services.
Namespace:
PKI.Utils
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public static bool TestCepCompat()
Public Shared Function TestCepCompat As Boolean
public:
static bool TestCepCompat()
static member TestCepCompat : unit -> bool
Return Value
Type:
BooleanTrue if running operating system supports ADCS Web Services, otherwise
False.
Remarks
Windows operating systems starting with Windows7/Windows Server 2008 R2 return True.
See Also