API Reference
Class
LanManagerSettingsSnapshot
Snapshot of LAN Manager settings across domain controllers.
Inheritance
- Object
- LanManagerSettingsSnapshot
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 LanManagerSettingsSnapshot() #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<LanManagerSettingsStatus> DomainControllers { get; set; } #Per-controller settings that were successfully read.
public IReadOnlyList<LanManagerSettingsStatus> AllowLmHash { get; set; } #Subset of DomainControllers that still allow LM hashes.