API Reference
Class
NullSessionSettingsSnapshot
Snapshot of Null Session related settings across domain controllers.
Inheritance
- Object
- NullSessionSettingsSnapshot
Constructors
public NullSessionSettingsSnapshot() #Inherited Methods
Properties
public String DomainName { get; set; } #DNS domain name this snapshot represents.
public IReadOnlyList<NullSessionSettingsStatus> DomainControllers { get; set; } #Per-controller settings that were successfully read.
public IReadOnlyList<NullSessionSettingsStatus> AllowNullSessions { get; set; } #Subset of DomainControllers that still allow anonymous/null sessions.