Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
X509SCEPDisposition enumeration (certpol.h)
The X509SCEPDisposition enumeration describes the resulting disposition of a request to process a response message. This enumeration is used by the IX509SCEPEnrollment interface.
Syntax
typedef enum X509SCEPDisposition {
SCEPDispositionUnknown = -1,
SCEPDispositionSuccess = 0,
SCEPDispositionFailure = 2,
SCEPDispositionPending = 3,
SCEPDispositionPendingChallenge = 11
} ;
Constants
SCEPDispositionUnknownValue: -1 |
SCEPDispositionSuccessValue: 0 The request was successful. |
SCEPDispositionFailureValue: 2 The request failed. |
SCEPDispositionPendingValue: 3 The request has not completed yet. |
SCEPDispositionPendingChallengeValue: 11 |
Requirements
| Requirement | Value |
|---|---|
| Header | certpol.h (include CertEnroll.h) |
See also
Feedback
Was this page helpful?
