IOCSPAdmin::Ping method (certadm.h)

The Ping method tests a DCOM connection with an Online Certificate Status Protocol (OCSP) responder service.

Syntax

HRESULT Ping(
  [in] const BSTR bstrServerName
);

Parameters

[in] bstrServerName

A string that contains the OCSP responder server name.

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