This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[FlagsAttribute]
public enum DsEnrollServerFlag
<FlagsAttribute>
Public Enumeration DsEnrollServerFlag
[FlagsAttribute]
public enum class DsEnrollServerFlag
[<FlagsAttribute>]
type DsEnrollServerFlag
None | 0 | None. |
NoTemplateSupport | 1 | Enrollment Server (CA) does not support certificate templates. |
SupportsNTAuthentication | 2 | Enrollment Server (CA) supports NTLM authentication. |
SupportsManualAuthentication | 4 | Enrollment Server (CA) supports manual authentication. |
AdvancedServer | 8 | The operating system that hosts the Enrollment Server (CA) is an advanced server. |