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.

Definition

Namespace: SysadminsLV.PKI.Management.ActiveDirectory
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
[FlagsAttribute]
public enum DsEnrollServerFlag

Members

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