IOCSPCAConfiguration::put_SigningCertificateTemplate method (certadm.h)

The SigningCertificateTemplate property gets or sets the template name for a signing certificate.

The SigningCertificateTemplate property contains a template name. This name is used in an Online Certificate Status Protocol (OCSP) signing-certificate renewal to specify the certificate version being requested.

This property supports enrollment or renewal of signing certificates that were signed by a replaced certificate key.

This property is read/write.

Syntax

HRESULT put_SigningCertificateTemplate(
  const BSTR newVal
);

Parameters

newVal

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