API Reference
Class
NullSessionSettingsSnapshot
Snapshot of Null Session related settings across domain controllers.
Inheritance
- Object
- NullSessionSettingsSnapshot
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public NullSessionSettingsSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.