API Reference
Class
DomainControllerSecurityOptions
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
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public DomainControllerSecurityOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.