IX509EnrollmentStatus interface (certenroll.h)

The IX509EnrollmentStatus interface can be used to specify or retrieve detailed error information about a certificate enrollment transaction.

Inheritance

The IX509EnrollmentStatus interface inherits from the IDispatch interface. IX509EnrollmentStatus also has these types of members:

Methods

The IX509EnrollmentStatus interface has these methods.

 
IX509EnrollmentStatus::AppendText

Appends a string to the status information contained in the Text property.
IX509EnrollmentStatus::get_Display

Specifies or retrieves a value that indicates whether to display the status information in a user interface. (Get)
IX509EnrollmentStatus::get_Error

Specifies and retrieves a value that identifies the error status of the certificate enrollment process. (Get)
IX509EnrollmentStatus::get_ErrorText

Retrieves a string that contains the message associated with the error result code returned by the Error property.
IX509EnrollmentStatus::get_Selected

Specifies or retrieves a value that indicates whether an item can be used during the enrollment process. (Get)
IX509EnrollmentStatus::get_Status

Specifies or retrieves a value that indicates the status of the enrollment process. (Get)
IX509EnrollmentStatus::get_Text

Specifies or retrieves a string that contains a message associated with the status of the enrollment process. (Get)
IX509EnrollmentStatus::put_Display

Specifies or retrieves a value that indicates whether to display the status information in a user interface. (Put)
IX509EnrollmentStatus::put_Error

Specifies and retrieves a value that identifies the error status of the certificate enrollment process. (Put)
IX509EnrollmentStatus::put_Selected

Specifies or retrieves a value that indicates whether an item can be used during the enrollment process. (Put)
IX509EnrollmentStatus::put_Status

Specifies or retrieves a value that indicates the status of the enrollment process. (Put)
IX509EnrollmentStatus::put_Text

Specifies or retrieves a string that contains a message associated with the status of the enrollment process. (Put)

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

See also

Certificate Enrollment API

IDispatch

IX509Enrollment