IX509CertificateRequestCmc::get_TemplateObjectId method (certenroll.h)
The TemplateObjectId property retrieves the object identifier (OID) of the template used to create the certificate request.
This property is read-only.
Syntax
HRESULT get_TemplateObjectId(
IObjectId **ppValue
);
Parameters
ppValue
Return value
None
Remarks
The object identifier can be an OID for the Active Directory Common Name (CN) of the template. You must initialize the IX509CertificateRequestCmc object before calling this property. For more information, see any of the following methods:
- Initialize
- InitializeDecode
- InitializeFromCertificate
- InitializeFromInnerRequest
- InitializeFromInnerRequestTemplateName
- InitializeFromTemplateName
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 |