IOCSPAdmin::get_OCSPCAConfigurationCollection method (certadm.h)

The OCSPCAConfigurationCollection property gets an instance of an OCSPCAConfigurationCollection object. This object represents the set of certification authority (CA) certificates for which an Online Certificate Status Protocol (OCSP) responder service can handle status requests.

This property is read-only.

Syntax

HRESULT get_OCSPCAConfigurationCollection(
  IOCSPCAConfigurationCollection **pVal
);

Parameters

pVal

Return value

None

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 Datacenter, Windows Server 2008 Enterprise [desktop apps only]
Target Platform Windows
Header certadm.h (include Certsrv.h)
Library Certadm.lib
DLL Certadm.dll

See also

IOCSPAdmin