API Reference
Class
UacPolicyState
User Account Control policy (elevation prompts and behavior).
Inheritance
- Object
- UacPolicyState
Constructors
public UacPolicyState() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.