.NET Framework Class Library
Membership Methods

The Membership type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCreateUserOverloaded. Adds a new user to the data store.
Public methodStatic memberDeleteUserOverloaded. Deletes a user from the database.
Public methodStatic memberFindUsersByEmailOverloaded. Gets a collection of membership users where the e-mail address contains the specified e-mail address to match.
Public methodStatic memberFindUsersByNameOverloaded. Gets a collection of membership users where the user name contains the specified user name to match.
Public methodStatic memberGeneratePasswordGenerates a random password of the specified length.
Public methodStatic memberGetAllUsersOverloaded. Gets a collection of the users in the database.
Public methodStatic memberGetNumberOfUsersOnlineGets the number of users currently accessing an application.
Public methodStatic memberGetUserOverloaded. Gets the information for a membership user from the data source.
Public methodStatic memberGetUserNameByEmailGets a user name where the e-mail address for the user matches the specified e-mail address.
Public methodStatic memberUpdateUserUpdates the database with the information for the specified user.
Public methodStatic memberValidateUserVerifies that the supplied user name and password are valid.
Top
See Also

Reference

Tags :


Page view tracker