ActiveDirectoryMembershipProvider Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | ChangePassword(String, String, String) | Changes the password for the specified user.(Overrides MembershipProvider.ChangePassword(String, String, String).) |
![]() | ChangePasswordQuestionAndAnswer(String, String, String, String) | Updates the password question and answer for a user in the Active Directory store.(Overrides MembershipProvider.ChangePasswordQuestionAndAnswer(String, String, String, String).) |
![]() | CreateUser(String, String, String, String, String, Boolean, Object, MembershipCreateStatus) | Adds a new user to the Active Directory data store.(Overrides MembershipProvider.CreateUser(String, String, String, String, String, Boolean, Object, MembershipCreateStatus).) |
![]() | DecryptPassword(Byte()) | Decrypts an encrypted password.(Inherited from MembershipProvider.) |
![]() | DeleteUser(String, Boolean) | Removes a user's membership information from the Active Directory data store.(Overrides MembershipProvider.DeleteUser(String, Boolean).) |
![]() | EncryptPassword(Byte()) | Encrypts a password.(Inherited from MembershipProvider.) |
![]() | 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) | Returns a collection of membership users from the Active Directory data store based on the user's e-mail address.(Overrides MembershipProvider.FindUsersByEmail(String, Int32, Int32, Int32).) |
![]() | FindUsersByName(String, Int32, Int32, Int32) | Returns a collection of users from the Active Directory data store based on the user name.(Overrides MembershipProvider.FindUsersByName(String, Int32, Int32, Int32).) |
![]() | GeneratePassword() | Generates a random password. |
![]() | GetAllUsers(Int32, Int32, Int32) | Gets a collection of all the users stored in an Active Directory data source.(Overrides MembershipProvider.GetAllUsers(Int32, Int32, Int32).) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetNumberOfUsersOnline() | Throws a NotSupportedException exception in all cases.(Overrides MembershipProvider.GetNumberOfUsersOnline().) |
![]() | GetPassword(String, String) | Returns the password of the specified user from the database. The ActiveDirectoryMembershipProvider class does not support this method.(Overrides MembershipProvider.GetPassword(String, String).) |
![]() | GetType() | |
![]() | GetUser(Object, Boolean) | Gets the membership user information associated with the specified user key.(Overrides MembershipProvider.GetUser(Object, Boolean).) |
![]() | GetUser(String, Boolean) | Gets the membership user information associated with the specified user name.(Overrides MembershipProvider.GetUser(String, Boolean).) |
![]() | GetUserNameByEmail(String) | Gets the user name associated with the specified e-mail address.(Overrides MembershipProvider.GetUserNameByEmail(String).) |
![]() | Initialize(String, NameValueCollection) | Initializes the ActiveDirectoryMembershipProvider instance with the property values from the application's configuration files. This method is not intended to be called from your code.(Overrides ProviderBase.Initialize(String, NameValueCollection).) |
![]() | MemberwiseClone() | |
![]() | OnValidatingPassword(ValidatePasswordEventArgs) | Raises the ValidatingPassword event if an event handler has been defined.(Inherited from MembershipProvider.) |
![]() | ResetPassword(String, String) | Resets a user's password to a new, automatically generated password.(Overrides MembershipProvider.ResetPassword(String, String).) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | UnlockUser(String) | Clears a lock so that a membership user can be validated.(Overrides MembershipProvider.UnlockUser(String).) |
![]() | UpdateUser(MembershipUser) | Updates information about a user in the Active Directory data store.(Overrides MembershipProvider.UpdateUser(MembershipUser).) |
![]() | ValidateUser(String, String) | Verifies that the specified user name and password exist in the Active Directory data store.(Overrides MembershipProvider.ValidateUser(String, String).) |

