| Name | Description |
|---|
 | ChangePassword(String, String, String) | |
 | ChangePasswordQuestionAndAnswer(String, String, String, String) | |
 | CreateUser(String, String, String, String, String, Boolean, Object, MembershipCreateStatus) | |
 | DecryptPassword(Byte[]) | |
 | DeleteUser(String, Boolean) | |
 | EncryptPassword(Byte[]) | |
 | EncryptPassword(Byte[], MembershipPasswordCompatibilityMode) | Encrypts the specified password using the specified password-compatibility mode.(Inherited from MembershipProvider.) |
 | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
 | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
 | FindUsersByEmail(String, Int32, Int32, Int32) | |
 | FindUsersByName(String, Int32, Int32, Int32) | |
 | GetAllUsers(Int32, Int32, Int32) | |
 | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
 | GetNumberOfUsersOnline() | |
 | GetPassword(String, String) | |
 | GetType() | Gets the Type of the current instance.(Inherited from Object.) |
 | GetUser(Object, Boolean) | |
 | GetUser(String, Boolean) | |
 | GetUserNameByEmail(String) | |
 | Initialize(String, NameValueCollection) | |
 | Logout() | |
 | MemberwiseClone() | Creates a shallow copy of the current Object.(Inherited from Object.) |
 | OnValidatingPassword(ValidatePasswordEventArgs) | |
 | ResetPassword(String, String) | |
 | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
 | UnlockUser(String) | |
 | UpdateUser(MembershipUser) | |
 | ValidateUser(String, String) | |
 | ValidateUser(String, String, Boolean) | Authenticates a user by using the specified user name and password, optionally storing a hash of the password in the local data cache. |
  | ValidateUser(String, String, String) | Authenticates a user at the specified service URI by using the specified user name and password. |