TestimoX

API Reference

Class

LocalUserAccountInfo

Namespace ComputerX.Identity
Assembly ComputerX
Modifiers sealed

Local user account row.

Inheritance

  • Object
  • LocalUserAccountInfo

Constructors

Properties

public String Name { get; set; } #

User account name.

public String Domain { get; set; } #

User domain (computer name for local users).

public String Sid { get; set; } #

User SID.

public String FullName { get; set; } #

Display name/full name.

public String Description { get; set; } #

Description.

public Nullable<Boolean> Disabled { get; set; } #

True when account is disabled.

public Nullable<Boolean> PasswordRequired { get; set; } #

True when password is required.

public Nullable<Boolean> PasswordExpires { get; set; } #

True when password expires.

public Nullable<Boolean> Lockout { get; set; } #

True when account is locked out.

public String Status { get; set; } #

Status text from WMI.