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 string[] GetRolesForUser();
Gets a list of the roles that a Windows account is in.
public string[] GetRolesForUser(NTAccount);
Gets a list of the roles that a Visual Guard user is in.
public string[] GetRolesForUser(String);
Gets a list of the roles that a user is in.
public string[] GetRolesForUser(String,VGAuthenticationMode);
VGRolesInstance Class | Novalys.VisualGuard.Security.Membership Namespace