IX509CertificateTemplateWritable::get_Template method (certenroll.h)

The Template property retrieves a copy of the IX509CertificateTemplate object that was used to initialize this IX509CertificateTemplateWritable instance.

This property is read-only.

Syntax

HRESULT get_Template(
  IX509CertificateTemplate **ppValue
);

Parameters

ppValue

Return value

None

Remarks

You must call the COM Release method to free the interface pointer when you are finished using it.

Requirements

   
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header certenroll.h

See also

IX509CertificateTemplateWritable