API Reference
Class
LanManagerSettingsStatus
Per-controller row describing LAN Manager related settings.
Inheritance
- Object
- LanManagerSettingsStatus
Constructors
LanManagerSettingsStatus 2 overloads
public LanManagerSettingsStatus() #Create a new LanManagerSettingsStatus.
public LanManagerSettingsStatus(String domainController, Boolean noLmHash, Nullable<Int32> lmCompatibilityLevel, IReadOnlyList<RegistryEvidence> evidence = null) #Create a new LanManagerSettingsStatus with mandatory fields.
Parameters
- domainController System.String
- noLmHash System.Boolean
- lmCompatibilityLevel System.Nullable{System.Int32}
- evidence System.Collections.Generic.IReadOnlyList{ComputerX.Common.RegistryEvidence} = null
Inherited Methods
Properties
public Boolean NoLmHash { get; set; } #True when NoLMHash is enabled.
public Nullable<Int32> LmCompatibilityLevel { get; set; } #Current LmCompatibilityLevel value.
public IReadOnlyList<RegistryEvidence> Evidence { get; set; } #ResultMetadata(HideInTables = true, HideInGrids = true, Label = "Registry Evidence")Registry evidence used to compute the posture.