TestimoX

API Reference

Class

View (EnableDelegationPrivilegeEvaluator)

Namespace ADPlayground.Gpo.EnableDelegationPrivilegeEvaluator
Assembly ADPlayground
Implements
IEquatable<View>
Modifiers sealed

Effective assignment of SeEnableDelegationPrivilege for DC OU.

Inheritance

  • Object
  • View

Constructors

public View(String DomainName, String RightName, IReadOnlyList<String> Assigned) #

Effective assignment of SeEnableDelegationPrivilege for DC OU.

Parameters

DomainName System.String requiredposition: 0
DNS domain name.
RightName System.String requiredposition: 1
Privilege right name (constant).
Assigned System.Collections.Generic.IReadOnlyList{System.String} requiredposition: 2
Resolved SIDs/principals assigned to the right.

Methods

public View <Clone>$() #
Returns: View
public Void Deconstruct(out String DomainName, out String RightName, out IReadOnlyList<String> Assigned) #
Returns: Void

Parameters

DomainName String requiredposition: 0
RightName String requiredposition: 1
Assigned IReadOnlyList<String> requiredposition: 2
public virtual Boolean Equals(View 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 RightName { get; set; } #

Privilege right name (constant).

public IReadOnlyList<String> Assigned { get; set; } #

Resolved SIDs/principals assigned to the right.