Click or drag to resize

ShellBrowserIsAdmin Method

Checks whether the user is admin or not. In Vista or later: Determines whether application is running with elevated rights (UAC) or not.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public static bool IsAdmin()

Return Value

Type: Boolean
True if current user has administrator-rights; false if not
See Also