EnrollmentDisplayStatus enumeration (certenroll.h)
The EnrollmentDisplayStatus enumeration type specifies whether to display enrollment status information in a user interface. This enumeration is used by the Display property in the IX509EnrollmentStatus interface.
Syntax
typedef enum EnrollmentDisplayStatus {
DisplayNo = 0,
DisplayYes = 1
} ;
Constants
DisplayNo Value: 0 Status is not displayed. |
DisplayYes Value: 1 Status is displayed. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | certenroll.h |