IOCSPCAConfiguration::get_CACertificate method (certadm.h)

The CACertificate property gets an X.509 certificate that has been encoded by using Distinguished Encoding Rules (DER) and that is for a certification authority (CA). The default implementations of IOCSPAdmin and IOCSPCAConfigurationCollection methods set this value.

This property is read-only.

Syntax

HRESULT get_CACertificate(
  VARIANT *pVal
);

Parameters

pVal

Return value

None

Remarks

The pVal certificate corresponds to the certificate used in the varCACert parameter of the CreateCAConfiguration method to create the configuration.

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