IEnroll::AddCertTypeToRequestWStr method (xenroll.h)
[This method is no longer available for use as of Windows Server 2008 and Windows Vista.]
The AddCertTypeToRequestWStr method adds a certificate template to a request (used to support the enterprise certification authority (CA)). This method was first defined by the IEnroll2 interface.
The AddCertTypeToRequestWStr method is an advanced topic that is associated with the Microsoft Certificate Services enterprise Policy Module. Its use is not recommended for most applications.
The phrase "certificate type" is synonymous with "certificate template."
Syntax
HRESULT AddCertTypeToRequestWStr(
[in] LPWSTR szw
);
Parameters
[in] szw
Fully qualified name of the certificate template which is being added to the certificate request. This value is interpreted by the certification authority.
Return value
The return value is an HRESULT, with S_OK returned if the call is successful.
Remarks
This method can be called multiple times if more than one certificate template is desired for the request.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | xenroll.h |
Library | Uuid.lib |
DLL | Xenroll.dll |