TestimoX

API Reference

Class

SidHistoryRecord

Namespace ADPlayground.Users
Assembly ADPlayground
Modifiers sealed

Represents sIDHistory values for a specific account.

Inheritance

  • Object
  • SidHistoryRecord

Constructors

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.