TestimoX

API Reference

Class

NullSessionSettingsSnapshot

Namespace ADPlayground.Domains
Assembly ADPlayground
Modifiers sealed

Snapshot of Null Session related settings across domain controllers.

Inheritance

  • Object
  • NullSessionSettingsSnapshot

Constructors

public NullSessionSettingsSnapshot() #

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.