This topic has not yet been rated - Rate this topic

WebEnrollmentFlags enumeration

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

Syntax


typedef enum WebEnrollmentFlags { 
  EnrollPrompt  = 0x00000001
} WebEnrollmentFlags;

Constants

EnrollPrompt

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

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

 

 

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.