API Reference
Class
SidHistoryLookup
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
- Optional factory providing SID history records (defaults to full forest).
Methods
public SidHistoryLink Find(String sid) #Returns:
SidHistoryLinkReturns the internal account carrying the given SID in SIDHistory, if any.
Parameters
- sid System.String