API Reference
Class
Snapshot (SidHistoryIndex)
Immutable snapshot of sIDHistory values discovered for a domain.
Inheritance
- Object
- Snapshot
Constructors
public Snapshot(String DomainName, IReadOnlyList<String> AllSidHistoryStrings, IReadOnlyDictionary<String, Int32> DomainSidCounts) #Immutable snapshot of sIDHistory values discovered for a domain.
Parameters
- DomainName System.String
- Evaluated domain.
- AllSidHistoryStrings System.Collections.Generic.IReadOnlyList{System.String}
- Flattened list of all sIDHistory entries for users and computers.
- DomainSidCounts System.Collections.Generic.IReadOnlyDictionary{System.String,System.Int32}
- Aggregated count of entries grouped by domain SID prefix.
Methods
public Snapshot <Clone>$() #Returns:
Snapshotpublic Void Deconstruct(out String DomainName, out IReadOnlyList<String> AllSidHistoryStrings, out IReadOnlyDictionary<String, Int32> DomainSidCounts) #Returns:
VoidParameters
- DomainName String
- AllSidHistoryStrings IReadOnlyList<String>
- DomainSidCounts IReadOnlyDictionary<String, Int32>
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String