TestimoX

API Reference

Class

Item (ConstrainedDelegationInventoryService)

Namespace ADPlayground.Delegation.ConstrainedDelegationInventoryService
Assembly ADPlayground
Modifiers sealed

A single account configured for Kerberos Constrained Delegation (KCD).

Inheritance

  • Object
  • Item

Constructors

Properties

public String SamAccountName { get; set; } #

Account sAMAccountName.

public String DistinguishedName { get; set; } #

Account distinguished name.

public String AccountType { get; set; } #

Account type label (User or Computer).

public List<String> Targets { get; set; } #

Configured delegation target SPNs.

public List<String> InvalidTargets { get; set; } #

Targets that do not resolve to an existing service principal.