TestimoX

API Reference

Class

LanManagerSettingsStatus

Namespace ADPlayground.Domains
Assembly ADPlayground
Modifiers sealed

Per-controller row describing LAN Manager related settings.

Inheritance

  • Object
  • LanManagerSettingsStatus

Constructors

LanManagerSettingsStatus 2 overloads
public LanManagerSettingsStatus(String domainController, Boolean noLmHash, Nullable<Int32> lmCompatibilityLevel, IReadOnlyList<RegistryEvidence> evidence = null) #

Create a new LanManagerSettingsStatus with mandatory fields.

Parameters

domainController System.String requiredposition: 0
noLmHash System.Boolean requiredposition: 1
lmCompatibilityLevel System.Nullable{System.Int32} requiredposition: 2
evidence System.Collections.Generic.IReadOnlyList{ComputerX.Common.RegistryEvidence} = null optionalposition: 3

Properties

public String DomainController { get; set; } #
ResultMetadata

Domain controller name.

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.