EnrollmentSelectionStatus enumeration (certenroll.h)

The EnrollmentSelectionStatus enumeration type specifies whether the enrollment status of an object will be monitored during the enrollment process. Cryptographic providers, individual enrollment objects in a collection, and certification authorities are often monitored and their status displayed in a user interface. A value of this enumeration can be specified or retrieved by using the Selected property on the IX509EnrollmentStatus interface. An IX509EnrollmentStatus object can be retrieved from the IX509Enrollment and ICspStatus objects.

Syntax

typedef enum EnrollmentSelectionStatus {
  SelectedNo = 0,
  SelectedYes = 1
} ;

Constants

 
SelectedNo
Value: 0
The enrollment status is not monitored.
SelectedYes
Value: 1
The enrollment status is monitored.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header certenroll.h

See also

CertEnroll Enumerations

CertEnroll Interfaces

IX509EnrollmentStatus