TestimoX

API Reference

Class

SidHistoryLookup

Namespace ADPlayground.Acl
Assembly ADPlayground
Modifiers sealed

Light wrapper that maps SID strings to objects carrying them in SIDHistory.

Inheritance

  • Object
  • SidHistoryLookup

Constructors

public SidHistoryLookup(Func<IReadOnlyList<SidHistoryRecord>> recordsFactory = null) #

Initializes a new instance of the SidHistoryLookup class.

Parameters

recordsFactory System.Func{System.Collections.Generic.IReadOnlyList{ADPlayground.Users.SidHistoryRecord}} = null optionalposition: 0
Optional factory providing SID history records (defaults to full forest).

Methods

public SidHistoryLink Find(String sid) #
Returns: SidHistoryLink

Returns the internal account carrying the given SID in SIDHistory, if any.

Parameters

sid System.String requiredposition: 0