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) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public static bool IsUserInGroup(
	SafeTokenHandle userToken,
	string groupName
)

Parameters

userToken  SafeTokenHandle
The user token.
groupName  String
Name of the group.

Return Value

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