October 2010
Intermediate to advanced
1920 pages
73h 55m
English
The main application programming interface for ASP.NET Membership is the Membership class. This class supports the following methods:
• CreateUser—
Enables you to create a new user.
• DeleteUser—
Enables you to delete an existing user.
• FindUsersByEmail—
Enables you to retrieve all users who have a particular email address.
• FindUsersByName—
Enables you to retrieve all users who have a particular username.
• GeneratePassword—
Enables you to generate a random password.
• GetAllUsers—
Enables you to retrieve all users.
• GetNumberOfUsersOnline—
Enables you to retrieve a count of all users online.
• GetUser—
Enables you to retrieve a user by username.
• GetUserNameByEmail—
Enables you to ...
Read now
Unlock full access