WebEnrollmentFlags enumeration (certenroll.h)

The WebEnrollmentFlags enumeration specifies web enrollment behavior. It is used by the Enroll method on the IX509EnrollmentHelper interface.

Syntax

typedef enum WebEnrollmentFlags {
  EnrollPrompt = 0x1
} ;

Constants

 
EnrollPrompt
Value: 0x1
If this flag is set and no authentication credential is available for the certificate enrollment server, the certificate service prompts for a credential. If there is no authentication credential and this flag is not set, the Enroll method fails.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header certenroll.h

See also

Enroll

IX509EnrollmentHelper