TestimoX

API Reference

Class

AdminDelegationEntry

Namespace ADPlayground.Delegation
Assembly ADPlayground
Modifiers sealed

Represents a privileged account that lacks delegation protection.

Inheritance

  • Object
  • AdminDelegationEntry

Constructors

Properties

public String DomainName { get; set; } #

DNS domain name.

public String SamAccountName { get; set; } #

Account sAMAccountName.

public String DisplayName { get; set; } #

Optional display name.

public Boolean Enabled { get; set; } #

True when the account is enabled.

public Boolean HasSensitiveFlag { get; set; } #

True when the account has the 'sensitive and cannot be delegated' flag set.

public Boolean HasSpn { get; set; } #

True when at least one SPN is set on the account.

public Boolean TrustedForDelegation { get; set; } #

True when the account is trusted for unconstrained delegation.

public Boolean TrustedToAuthForDelegation { get; set; } #

True when the account is trusted to authenticate for delegation (T2A4D).

public String DisplayLabel { get; } #

A friendly label combining DisplayName and SamAccountName, falling back to SamAccountName when the display name is not set.