Click or drag to resize

DsEnrollServerFlag Enumeration

Contains enumeration values for 'pKIEnrollmentService' entry in Active Directory.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  SysadminsLV.PKI.Management.ActiveDirectory
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
[FlagsAttribute]
public enum DsEnrollServerFlag
Members
  Member nameValueDescription
None0 None.
NoTemplateSupport1 Enrollment Server (CA) does not support certificate templates.
SupportsNTAuthentication2 Enrollment Server (CA) supports NTLM authentication.
SupportsManualAuthentication4 Enrollment Server (CA) supports manual authentication.
AdvancedServer8 The operating system that hosts the Enrollment Server (CA) is an advanced server.
See Also