TestimoX

API Reference

Class

AdminGroupDenyRow

Namespace ADPlayground.Delegation.AdminGroupDenyScanner
Assembly ADPlayground
Implements
IEquatable<AdminGroupDenyRow>
Modifiers sealed

Row representing a Deny ACE on a privileged group.

Inheritance

  • Object
  • AdminGroupDenyRow

Constructors

Methods

public AdminGroupDenyRow <Clone>$() #
Returns: AdminGroupDenyRow
public virtual Boolean Equals(AdminGroupDenyRow other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String DomainName { get; set; } #

DNS domain name.

public String GroupSam { get; set; } #

Group sAMAccountName.

public String GroupDn { get; set; } #

Group distinguished name.

public String Sid { get; set; } #

Trustee SID.

public String DisplayName { get; set; } #

Resolved friendly name.

public String Rights { get; set; } #

Raw rights string.

public String Reason { get; set; } #

Short reason (e.g., Deny write/control).