ICertSrvSetup::GetSupportedCATypes method (casetup.h)

The GetSupportedCATypes method gets the types of certification authorities (CAs) that can be installed on a computer under the caller context. This method does not change the state of the CCertSrvSetup object.

Syntax

HRESULT GetSupportedCATypes(
  [out] VARIANT *pCATypes
);

Parameters

[out] pCATypes

A pointer to a VARIANT array of VT_UI4 types that specify the supported CAs. The ENUM_CATYPES enumeration specifies the possible values for the array.

Return value

None

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header casetup.h
DLL Certocm.dll

See also

ICertSrvSetup