API Reference
Class
View (NetSessionEnumerationLocalService)
Flattened session-enumeration posture view for a specific domain controller.
Inheritance
- Object
- View
Constructors
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String SecurityDescriptor { get; set; } #Rendered DACL-only SDDL for the session-enumeration descriptor when readable.
public Boolean CollectionSucceeded { get; set; } #True when the remote registry descriptor was collected and parsed successfully.
public String CollectionError { get; set; } #Error text when the descriptor could not be collected or parsed.
public Nullable<Boolean> AllowsAuthenticatedUsersSessionEnumeration { get; set; } #True when at least one allow ACE grants Authenticated Users access to session information.
public Boolean AuthenticatedUsersSessionEnumerationBlocked { get; } #True when collection failed or Authenticated Users are not granted session-enumeration access.
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.