Click or drag to resize

UserAccountControlIsUserInGroup Method

Determines whether the current user is in the specified group.

Namespace:  TomsToolbox.Desktop
Assembly:  TomsToolbox.Desktop (in TomsToolbox.Desktop.dll)
Syntax
public static bool IsUserInGroup(
	SafeTokenHandle userToken,
	string groupName
)

Parameters

userToken
Type: TomsToolbox.DesktopSafeTokenHandle
The user token.
groupName
Type: SystemString
Name of the group.

Return Value

Type: Boolean
true if the user blongs to the specified group; otherwise false
See Also