This topic has not yet been rated - Rate this topic

EnrollmentSelectionStatus enumeration

The EnrollmentSelectionStatus enumeration type specifies whether the enrollment status of an object will be monitored during the enrollment process. Cryptographic providers, individual enrollment objects in a collection, and certification authorities are often monitored and their status displayed in a user interface. A value of this enumeration can be specified or retrieved by using the Selected property on the IX509EnrollmentStatus interface. An IX509EnrollmentStatus object can be retrieved from the IX509Enrollment and ICspStatus objects.

Syntax


typedef enum EnrollmentSelectionStatus { 
  SelectedNo   = 0,
  SelectedYes  = 1
} EnrollmentSelectionStatus;

Constants

SelectedNo

The enrollment status is not monitored.

SelectedYes

The enrollment status is monitored.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

CertEnroll.h

See also

CertEnroll Enumerations
CertEnroll Interfaces
IX509EnrollmentStatus

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.