IOCSPCAConfiguration::get_SigningCertificate method (certadm.h)

The SigningCertificate property gets or sets a signing certificate that has been encoded by using Distinguished Encoding Rules (DER). An Online Certificate Status Protocol (OCSP) responder service uses this certificate to sign its responses to certificate status requests.

This property is read/write.

Syntax

HRESULT get_SigningCertificate(
  VARIANT *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