IOCSPCAConfiguration::get_ProviderCLSID method (certadm.h)

The ProviderCLSID property gets or sets the CLSID of the revocation information provider used by the CA configuration. A provider implements IOCSPRevInfoProvider interface and processes certificate status requests for a responder service.

This property is read/write.

Syntax

HRESULT get_ProviderCLSID(
  BSTR *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 Certserv.h)
Library Certadm.lib
DLL Certadm.dll

See also

IOCSPCAConfiguration