API Reference
Class
SidHistoryRecord
Represents sIDHistory values for a specific account.
Inheritance
- Object
- SidHistoryRecord
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method SidHistoryService.Get
- Method SidHistoryService.Get
Accepted by parameters
- Constructor SidHistoryLookup.SidHistoryLookup
Constructors
public SidHistoryRecord() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String AccountDistinguishedName { get; set; } #Account DN.
public String SamAccountName { get; set; } #Account SAM name (if available).
public String DisplayName { get; set; } #Account display name (if available).
public String UserPrincipalName { get; set; } #User principal name (if available).
public String Sid { get; set; } #Account's primary SID.
public String ObjectClass { get; set; } #Object class (user/group/computer/etc.).
public Nullable<Boolean> Enabled { get; set; } #True when the account is enabled (null when unknown).
public IReadOnlyList<String> SidHistory { get; set; } #SID history entries.
public String Domain { get; set; } #DNS domain of the account.
public Int32 ChainLength { get; } #Number of entries in SidHistory.