API Reference
Class
SidHistoryQueryOptions
Options to filter SIDHistory results when querying users or groups.
Inheritance
- Object
- SidHistoryQueryOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method SidHistoryService.Get
Constructors
public SidHistoryQueryOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Domain { get; set; } #DNS name of the domain to evaluate (optional).
public SidHistoryKind Kind { get; set; } #Kind of SIDHistory to include (any, same domain, foreign, dangerous).
public Int32 MinChainLength { get; set; } #Minimum SID chain length to include; 0 means no minimum.
public Int32 MaxChainLength { get; set; } #Maximum SID chain length to include; 0 means no maximum.
public String DomainSid { get; set; } #Optional domain SID to match (S-1-5-21-...); overrides DNS name when supplied.