UtilitiesIsUserAnAdmin Method |
Returns TRUE if the user is running Elevated. Requires WinXP to Win8
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static bool IsUserAnAdmin()
Public Shared Function IsUserAnAdmin As Boolean
public:
static bool IsUserAnAdmin()
Return Value
Type:
BooleanTRUE if the user is an Admin and the process is Elevated
See Also