ProcessContextIsUacEnabled Property |
[AlphaFS] Determines if UAC is enabled by reading the "EnableLUA" registry key of the local Computer.
Namespace:
Alphaleonis.Win32.Security
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static bool IsUacEnabled { get; }
Public Shared ReadOnly Property IsUacEnabled As Boolean
Get
public:
static property bool IsUacEnabled {
bool get ();
}
static member IsUacEnabled : bool with get
Return Value
Type:
Boolean if the UAC status was successfully read from registry; otherwise,
.
See Also