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

 
SCEPDispositionUnknown
Value: -1
SCEPDispositionSuccess
Value: 0
The request was successful.
SCEPDispositionFailure
Value: 2
The request failed.
SCEPDispositionPending
Value: 3
The request has not completed yet.
SCEPDispositionPendingChallenge
Value: 11

Requirements

Requirement Value
Header certpol.h (include CertEnroll.h)

See also

ProcessResponseMessage