The UserManager type exposes the following members.

Methods

  Name Description
Public method AttachaUserToRole
Attaches a user to a Role
Public method CloseRolesTable
Closes the users database
Public method CloseUsersTable
Closes the users database
Public method CreateRole
Creates a new Role
Public method CreateRole1stTime
Creates a new Role for 1st time install only
Public method CreateUser(String, String, String, Boolean)
Creates a new user
Public method CreateUser(String, String, String, Boolean, String)
Public method DeleteRole
deletes a Role
Public method DeleteUser
Public method DetachaUserFromRole
detaches a user from a Role
Public method EditRole
Edit a new Role
Public method EditUser
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method 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.)
Public method FindRole
Finds a Role with the given name
Public method FindUser
Search fo a user with the given username
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method GetUserList
Gets the list of users
Public method IsUserOnARole
Chescks to see if a userbelongs to the given a Role
Public method LoadRolesToDataSet
Loads the Roles to the memory. It doesnt work with windows autherication
Public method LoadUsersToDataSet
Loads the Users to the memory. It doesnt work with windows autherication
Public method Login
Authericates the user
Public method Static member LogonUser
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public method UpdateRoles()()()()
Updates the Roles Database
Public method UpdateRoles(DataSet)
Updates the Roles Database using values from the given dataset
Public method UpdateUsers()()()()
Updates the Users Database
Public method UpdateUsers(DataSet)
Updates the Users Database uing the values from the given dataset

See Also