TestimoX

API Reference

Class

UserRightEntry

Namespace ADPlayground.Gpo.GpoUserRightsChecker
Assembly ADPlayground
Implements
IEquatable<UserRightEntry>

Represents a discovered user right assignment.

Inheritance

  • Object
  • UserRightEntry

Constructors

public UserRightEntry(String FilePath, String RightName, IReadOnlyList<String> Sids, IReadOnlyList<String> Accounts) #

Represents a discovered user right assignment.

Parameters

FilePath System.String requiredposition: 0
RightName System.String requiredposition: 1
Sids System.Collections.Generic.IReadOnlyList{System.String} requiredposition: 2
Accounts System.Collections.Generic.IReadOnlyList{System.String} requiredposition: 3

Methods

public virtual UserRightEntry <Clone>$() #
Returns: UserRightEntry
public Void Deconstruct(out String FilePath, out String RightName, out IReadOnlyList<String> Sids, out IReadOnlyList<String> Accounts) #
Returns: Void

Parameters

FilePath String requiredposition: 0
RightName String requiredposition: 1
Sids IReadOnlyList<String> requiredposition: 2
Accounts IReadOnlyList<String> requiredposition: 3
public virtual Boolean Equals(UserRightEntry other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String FilePath { get; set; } #
public String RightName { get; set; } #
public IReadOnlyList<String> Sids { get; set; } #
public IReadOnlyList<String> Accounts { get; set; } #