Click or drag to resize
MembershipUsers Methods

The MembershipUsers type exposes the following members.

Methods
  Name Description
Public method Add(String, String, String, String)
Adds a user.
Public method Add(String, String, String, String, UserProfile, Guid)
Adds a user.
Public method ChangePassword
Updates a user's password.
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public method GetByEmail
Returns a membership user.
Public method GetById
Returns a membership user.
Public method GetEmptyProfile
Returns an empty user profile instance based on the membership profile definitions.
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetMembershipUserProfileDefinitions
Returns a collection of profile item definitions.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method LogOutUser
Logs out a user by invalidating the HTTP authentication ticket cookies.
Public method Search
Searches membership users.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method Update
Updates a membership user. To update the password, use the ChangePassword method.
Public method ValidateUser(Guid, String, Boolean)
Validates a user's supplied password.
Public method ValidateUser(String, String, Boolean)
Validates a user's supplied password.
Public method ValidateUser(Guid, String, Boolean, String)
Validates a user's supplied password.
Public method ValidateUser(String, String, Boolean, String)
Validates a user's supplied password.
Top
See Also