TestimoX

API Reference

Class

BuiltinAccountsState

Namespace ComputerX.SecurityPolicy
Assembly ComputerX
Modifiers sealed

Built-in account state derived from security options (e.g., Guest/Administrator).

Inheritance

  • Object
  • BuiltinAccountsState

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

Accepted by parameters

Constructors

public BuiltinAccountsState() #

Properties

public String AdministratorName { get; set; } #

Current name of the built-in Administrator account.

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

True when the Administrator account is enabled.

public String GuestName { get; set; } #

Current name of the built-in Guest account.

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

True when the Guest account is enabled.