This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class LDAPMembershipProvider |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class LDAPMembershipProvider |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
ChangePassword |
Processes a request to update the password for a membership user.
(Overrides MembershipProvider..::ChangePassword(String, String, String).) |
|
ChangePasswordQuestionAndAnswer |
Processes a request to update the password question and answer for a membership user.
(Overrides MembershipProvider..::ChangePasswordQuestionAndAnswer(String, String, String, String).) |
|
CreateUser |
Adds a new membership user to the data source.
(Overrides MembershipProvider..::CreateUser(String, String, String, String, String, Boolean, Object, MembershipCreateStatus%).) |
|
DeleteUser |
Removes a user from the membership data source.
(Overrides MembershipProvider..::DeleteUser(String, Boolean).) |
|
Equals | (Inherited from Object.) | |
FindUsersByEmail |
Gets a collection of membership users where the e-mail address contains the specified e-mail address to match.
(Overrides MembershipProvider..::FindUsersByEmail(String, Int32, Int32, Int32%).) |
|
FindUsersByName |
Gets a collection of membership users where the user name contains the specified user name to match.
(Overrides MembershipProvider..::FindUsersByName(String, Int32, Int32, Int32%).) |
|
GetAllUsers |
Gets a collection of all the users in the data source in pages of data.
(Overrides MembershipProvider..::GetAllUsers(Int32, Int32, Int32%).) |
|
GetHashCode | (Inherited from Object.) | |
GetNumberOfUsersOnline |
Gets the number of users currently accessing the application.
(Overrides MembershipProvider..::GetNumberOfUsersOnline()()()().) |
|
GetPassword |
Gets the password for the specified user name from the data source.
(Overrides MembershipProvider..::GetPassword(String, String).) |
|
GetType | (Inherited from Object.) | |
GetUser | Overloaded. | |
GetUserNameByEmail |
Gets the user name associated with the specified e-mail address.
(Overrides MembershipProvider..::GetUserNameByEmail(String).) |
|
Initialize | ||
ResetPassword |
Resets a user's password to a new, automatically generated password.
(Overrides MembershipProvider..::ResetPassword(String, String).) |
|
ToString | (Inherited from Object.) | |
UnlockUser |
Clears a lock so that the membership user can be validated.
(Overrides MembershipProvider..::UnlockUser(String).) |
|
UpdateLastLoginDate |
Updates the last login date and reset the failed password count and window.
|
|
UpdatePasswordFailureCount |
Updates the password failure count.
|
|
UpdateUser |
Updates information about a user in the data source.
(Overrides MembershipProvider..::UpdateUser(MembershipUser).) |
|
ValidateUser |
Verifies that the specified user name and password exist in the data source.
(Overrides MembershipProvider..::ValidateUser(String, String).) |
Protected Methods
Name | Description | |
---|---|---|
DecryptPassword | (Inherited from MembershipProvider.) | |
EncryptPassword | (Inherited from MembershipProvider.) | |
EncryptPassword | (Inherited from MembershipProvider.) | |
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnValidatingPassword | (Inherited from MembershipProvider.) |