IEnroll::AddExtensionsToRequest method (xenroll.h)

[This method is no longer available for use as of Windows Server 2008 and Windows Vista.]

The AddExtensionsToRequest method adds extensions to the certificate request. This method was first defined in the IEnroll interface.

Syntax

HRESULT AddExtensionsToRequest(
  [in] PCERT_EXTENSIONS pCertExtensions
);

Parameters

[in] pCertExtensions

A pointer to a CERT_EXTENSIONS structure that represents the extensions to add to the request.

Return value

The return value is an HRESULT, with S_OK returned if the call is successful.

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

See also

IEnroll