EnrollmentEnrollStatus enumeration
The EnrollmentEnrollStatus enumeration type specifies the enrollment status of a certificate request. This enumeration is used by the Status property on the IX509EnrollmentStatus interface.
Syntax
typedef enum EnrollmentEnrollStatus { Enrolled = 0x00000001, EnrollPended = 0x00000002, EnrollUIDeferredEnrollmentRequired = 0x00000004, EnrollError = 0x00000010, EnrollUnknown = 0x00000020, EnrollSkipped = 0x00000040, EnrollDenied = 0x00000100 } EnrollmentEnrollStatus;
Constants
- Enrolled
-
The enrollment succeeded, and the certificate has been issued.
- EnrollPended
-
The request has been submitted and the enrollment is pending, or the request has been issued out of band.
- EnrollUIDeferredEnrollmentRequired
-
Enrollment must be deferred.
- EnrollError
-
An error occurred.
- EnrollUnknown
-
The enrollment status is unknown.
- EnrollSkipped
-
The status information has been skipped. This can occur if a certification authority is not valid or has not been selected for monitoring.
- EnrollDenied
-
Enrollment has been denied.
Requirements
|
Minimum supported client | Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 [desktop apps only] |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012