Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 = 0x1,
EnrollPended = 0x2,
EnrollUIDeferredEnrollmentRequired = 0x4,
EnrollError = 0x10,
EnrollUnknown = 0x20,
EnrollSkipped = 0x40,
EnrollDenied = 0x100
} ;
Constants
EnrolledValue: 0x1 The enrollment succeeded, and the certificate has been issued. |
EnrollPendedValue: 0x2 The request has been submitted and the enrollment is pending, or the request has been issued out of band. |
EnrollUIDeferredEnrollmentRequiredValue: 0x4 Enrollment must be deferred. |
EnrollErrorValue: 0x10 An error occurred. |
EnrollUnknownValue: 0x20 The enrollment status is unknown. |
EnrollSkippedValue: 0x40 The status information has been skipped. This can occur if a certification authority is not valid or has not been selected for monitoring. |
EnrollDeniedValue: 0x100 Enrollment has been denied. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | certenroll.h |