CryptographyUtilsTestCNGCompat Method |
Tests whether the running operating system supports Cryptography Next Generation (CNG).
Namespace:
PKI.Utils
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public static bool TestCNGCompat()
Public Shared Function TestCNGCompat As Boolean
public:
static bool TestCNGCompat()
static member TestCNGCompat : unit -> bool
Return Value
Type:
BooleanTrue if running operating system supports Cryptography Next Generation (CNG),
otherwise
False.
Remarks
Windows operating systems starting with Windows Vista/Windows Server 2008 always return True.
See Also