TestimoX

API Reference

Class

OuDenyRow

Namespace ADPlayground.Delegation.OuDenyScanner
Assembly ADPlayground
Implements
IEquatable<OuDenyRow>
Modifiers sealed

Lightweight row representing a Deny ACE on an OU.

Inheritance

  • Object
  • OuDenyRow

Constructors

Methods

public OuDenyRow <Clone>$() #
Returns: OuDenyRow
public virtual Boolean Equals(OuDenyRow 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 OuDistinguishedName { get; set; } #

OU distinguished name.

public String Sid { get; set; } #

Trustee SID.

public String DisplayName { get; set; } #

Resolved friendly name for the trustee.

public String Rights { get; set; } #

Raw rights string from the ACE.

public String Reason { get; set; } #

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