The UserManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AttachaUserToRole |
Attaches a user to a Role
|
![]() |
CloseRolesTable |
Closes the users database
|
![]() |
CloseUsersTable |
Closes the users database
|
![]() |
CreateRole |
Creates a new Role
|
![]() |
CreateRole1stTime |
Creates a new Role for 1st time install only
|
![]() |
CreateUser(String, String, String, Boolean) |
Creates a new user
|
![]() |
CreateUser(String, String, String, Boolean, String) | |
![]() |
DeleteRole |
deletes a Role
|
![]() |
DeleteUser | |
![]() |
DetachaUserFromRole |
detaches a user from a Role
|
![]() |
EditRole |
Edit a new Role
|
![]() |
EditUser | |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
FindRole |
Finds a Role with the given name
|
![]() |
FindUser |
Search fo a user with the given username
|
![]() |
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
GetUserList |
Gets the list of users
|
![]() |
IsUserOnARole |
Chescks to see if a userbelongs to the given a Role
|
![]() |
LoadRolesToDataSet |
Loads the Roles to the memory. It doesnt work with windows autherication
|
![]() |
LoadUsersToDataSet |
Loads the Users to the memory. It doesnt work with windows autherication
|
![]() |
Login |
Authericates the user
|
![]() ![]() |
LogonUser | |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
UpdateRoles()()()() |
Updates the Roles Database
|
![]() |
UpdateRoles(DataSet) |
Updates the Roles Database using values from the given dataset
|
![]() |
UpdateUsers()()()() |
Updates the Users Database
|
![]() |
UpdateUsers(DataSet) |
Updates the Users Database uing the values from the given dataset
|