TestimoX

API Reference

Class

DomainControllerSecurityOptions

Namespace ADPlayground.DomainControllers
Assembly ADPlayground
Modifiers sealed

Selects which DC security components to collect. Defaults favor full collection for back-compat. Rules can pass a narrower set to avoid unrelated probes (and noisy logs).

Inheritance

  • Object
  • DomainControllerSecurityOptions

Constructors

Properties

public Boolean IncludeSmb { get; set; } #

When true, collects SMB signing configuration.

public Boolean IncludeLdapSigning { get; set; } #

When true, collects LDAP signing policy.

public Boolean IncludeChannelBinding { get; set; } #

When true, collects LDAP channel binding configuration.

public Boolean IncludePrintSpooler { get; set; } #

When true, collects print spooler service state.

public Boolean IncludeAuditPolicy { get; set; } #

When true, collects audit policy coverage.