TestimoX

API Reference

Class

UacPolicyState

Namespace ComputerX.SecurityPolicy
Assembly ComputerX
Modifiers sealed

User Account Control policy (elevation prompts and behavior).

Inheritance

  • Object
  • UacPolicyState

Constructors

public UacPolicyState() #

Properties

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

Enable User Account Control (LUA).

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

Prompt on the secure desktop.

public Nullable<Int32> ConsentPromptBehaviorAdmin { get; set; } #

Admin consent prompt behavior.

public Nullable<Int32> ConsentPromptBehaviorUser { get; set; } #

Standard user consent prompt behavior.

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

Filter the built-in Administrator token (enable Admin Approval Mode).

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

Enable installer detection for UAC.