IX509Enrollment2 interface (certenroll.h)

The IX509Enrollment2 interface enables you to enroll in a certificate hierarchy and install a certificate response. It includes all of the methods defined by the IX509Enrollment interface and adds methods that enable initialization from certificate request templates.

Inheritance

The IX509Enrollment2 interface inherits from IX509Enrollment. IX509Enrollment2 also has these types of members:

Methods

The IX509Enrollment2 interface has these methods.

 
IX509Enrollment2::get_PolicyServer

Retrieves the certificate enrollment policy (CEP) server that contains the template used during initialization. (IX509Enrollment2.get_PolicyServer)
IX509Enrollment2::get_RequestIdString

Retrieves a string that contains a unique identifier for the certificate request sent to the certification enrollment server (CES).
IX509Enrollment2::get_Template

Retrieves the certificate request template used during initialization. (IX509Enrollment2.get_Template)
IX509Enrollment2::InitializeFromTemplate

Initializes the enrollment object by using a template.
IX509Enrollment2::InstallResponse2

Installs a certificate chain on the end-entity computer. (IX509Enrollment2.InstallResponse2)

Requirements

Requirement Value
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

IX509Enrollment