TestimoX

API Reference

Class

DelegationValidationResult

Namespace ADPlayground
Assembly ADPlayground

Represents the validation result for a delegated account.

Inheritance

  • Object
  • DelegationValidationResult

Constructors

public DelegationValidationResult(String samAccountName, IReadOnlyList<String> invalidServices) #

Initializes a new instance of the DelegationValidationResult class.

Parameters

samAccountName System.String requiredposition: 0
SAM account name of the source account.
invalidServices System.Collections.Generic.IReadOnlyList{System.String} requiredposition: 1
Collection of invalid target services.

Properties

public String SamAccountName { get; } #

Gets the SAM account name.

public IReadOnlyList<String> InvalidServices { get; } #

Gets the invalid target SPNs.