ActiveDirectoryMembershipProvider Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| ChangePassword |
Overridden.
Changes the password for the specified user.
|
| ChangePasswordQuestionAndAnswer |
Overridden.
Updates the password question and answer for a user in the Active Directory store.
|
| CreateUser |
Overridden.
Adds a new user to the Active Directory data store.
|
| DeleteUser |
Overridden.
Removes a user's membership information from the Active Directory data store.
|
| Equals |
Overloaded.
Determines whether two Object instances are equal.
(inherited from
Object)
|
| FindUsersByEmail |
Overridden.
Returns a collection of membership users from the Active Directory data store based on the user's e-mail address.
|
| FindUsersByName |
Overridden.
Returns a collection of users from the Active Directory data store based on the user name.
|
| GeneratePassword |
Generates a random password.
|
| GetAllUsers |
Overridden.
Gets a collection of all the users stored in an Active Directory data source.
|
| GetHashCode |
Serves as a hash function for a particular type.
(inherited from
Object)
|
| GetNumberOfUsersOnline |
Overridden.
Throws a NotSupportedException exception in all cases.
|
| GetPassword |
Overridden.
Returns the password of the specified user from the database. The ActiveDirectoryMembershipProvider class does not support this method.
|
| GetType |
Gets the Type of the current instance.
(inherited from
Object)
|
| GetUser |
Overloaded.
Overridden.
Gets the information from a membership user in the Active Directory data store.
|
| GetUserNameByEmail |
Overridden.
Gets the user name associated with the specified e-mail address.
|
| Initialize |
Overridden.
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.
|
| ReferenceEquals |
Determines whether the specified Object instances are the same instance.
(inherited from
Object)
|
| ResetPassword |
Overridden.
Resets a user's password to a new, automatically generated password.
|
| ToString |
Returns a String that represents the current Object.
(inherited from
Object)
|
| UnlockUser |
Overridden.
Clears a lock so that a membership user can be validated.
|
| UpdateUser |
Overridden.
Updates information about a user in the Active Directory data store.
|
| ValidateUser |
Overridden.
Verifies that the specified user name and password exist in the Active Directory data store.
|
| Name | Description | |
|---|---|---|
| DecryptPassword |
Decrypts an encrypted password.
(inherited from
MembershipProvider)
|
| EncryptPassword |
Encrypts a password.
(inherited from
MembershipProvider)
|
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(inherited from
Object)
|
| MemberwiseClone |
Creates a shallow copy of the current Object.
(inherited from
Object)
|
| OnValidatingPassword |
Raises the ValidatingPassword event if an event handler has been defined.
(inherited from
MembershipProvider)
|
Reference
ActiveDirectoryMembershipProvider ClassSystem.Web.Security Namespace
Other Resources
Introduction to MembershipCommunity Additions
ADD
Show: