This topic has not yet been rated - Rate this topic

EnrollmentDisplayStatus enumeration

The EnrollmentDisplayStatus enumeration type specifies whether to display enrollment status information in a user interface. This enumeration is used by the Display property in the IX509EnrollmentStatus interface.

Syntax


typedef enum EnrollmentDisplayStatus { 
  DisplayNo   = 0,
  DisplayYes  = 1
} EnrollmentDisplayStatus;

Constants

DisplayNo

Status is not displayed.

DisplayYes

Status is displayed.

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.