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 (in ShellBrowser.dll) Version: 7.2
Syntax
public static bool IsAdmin()

Return Value

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