Visual Guard Class Library Documentation

VGRoles.GetRolesForUser Method

Gets a list of the roles that the currently logged-on user is in.

Overload List

Gets a list of the roles that the currently logged-on user is in.

public static string[] GetRolesForUser();

Gets a list of the roles that a Windows account is in.

public static string[] GetRolesForUser(NTAccount);

Gets a list of the roles that a Visual Guard user is in.

public static string[] GetRolesForUser(String);

Gets a list of the roles that a user is in.

public static string[] GetRolesForUser(String,VGAuthenticationMode);

See Also

VGRoles Class | Novalys.VisualGuard.Security.Membership Namespace