TestimoX

API Reference

Class

View (NetSessionEnumerationLocalService)

Namespace ADPlayground.DomainControllers.NetSessionEnumerationLocalService
Assembly ADPlayground
Modifiers sealed

Flattened session-enumeration posture view for a specific domain controller.

Inheritance

  • Object
  • View

Constructors

Properties

public String DomainName { get; set; } #
ResultMetadata

DNS domain name for context when available.

public String Controller { get; set; } #
ResultMetadata

Domain controller name queried.

public String SecurityDescriptor { get; set; } #

Rendered DACL-only SDDL for the session-enumeration descriptor when readable.

public Nullable<Boolean> AllowsAuthenticatedUsersSessionEnumeration { get; set; } #

True when at least one allow ACE grants Authenticated Users access to session information.

public Int32 AuthenticatedUsersAllowAceCount { get; set; } #

Total allow ACE count for Authenticated Users.

public Int32 AuthenticatedUsersDenyAceCount { get; set; } #

Total deny ACE count for Authenticated Users.

public IReadOnlyList<AceView> AclEntries { get; set; } #
ResultMetadata(HideInTables = true, HideInGrids = true, Label = "Session Enumeration ACL")

Expanded access control entries from the descriptor.

public IReadOnlyList<RegistryEvidence> Evidence { get; set; } #
ResultMetadata(HideInTables = true, HideInGrids = true, Label = "Registry Evidence")

Registry values read to derive the posture.