Gets a list of the roles that the currently logged-on user is in.
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);
VGRoles Class | Novalys.VisualGuard.Security.Membership Namespace