Visual Guard Class Library Documentation

VGRoleProvider Members

VGRoleProvider overview

Public Instance Constructors

VGRoleProvider Constructor Initializes a new instance of the VGRoleProvider class.

Public Instance Properties

ApplicationName Gets the name of the application to store and retrieve role information for.

Public Instance Methods

AddUsersToRoles Adds the specified users to the specified roles.
CreateRole Adds a new role to the repository.
DeleteRole Deletes a role specified by its name from the repository.
FindUsersInRoleGets a list of users in a specified role where the user name contains the specified user name to match.
GetAllRolesGets a list of all the roles for the application.
GetRolesForUserGets a list of the roles that a user is in.
GetUsersInRoleGets a list of users in the specified role.
IsUserInRoleGets a value indicating whether the specified user is in the specified role.
RemoveUsersFromRolesRemoves the specified user names from the specified roles.
RoleExistsGets a value indicating whether the specified role name already exists in the authorization-manager policy store.

See Also

VGRoleProvider Class | Novalys.VisualGuard.Security.WebForm Namespace | VGRoles