ICertPropertyAutoEnroll::get_TemplateName method (certenroll.h)

The TemplateName property retrieves a string that contains the name of the template that the certificate can use for autoenrollment.

This property is read-only.

Syntax

HRESULT get_TemplateName(
  BSTR *pValue
);

Parameters

pValue

Return value

None

Remarks

Call the Initialize method to specify the property value.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header certenroll.h
DLL CertEnroll.dll

See also

ICertProperty

ICertPropertyAutoEnroll