ActiveDirectoryMembershipProvider Methods

 

Namespace:   System.Web.Security
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodChangePassword(String^, String^, String^)

Changes the password for the specified user.(Overrides MembershipProvider::ChangePassword(String^, String^, String^).)

System_CAPS_pubmethodChangePasswordQuestionAndAnswer(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^).)

System_CAPS_pubmethodCreateUser(String^, String^, String^, String^, String^, Boolean, Object^, MembershipCreateStatus%)
System_CAPS_protmethodDecryptPassword(array<Byte>^)

Decrypts an encrypted password.(Inherited from MembershipProvider.)

System_CAPS_pubmethodDeleteUser(String^, Boolean)

Removes a user's membership information from the Active Directory data store.(Overrides MembershipProvider::DeleteUser(String^, Boolean).)

System_CAPS_protmethodEncryptPassword(array<Byte>^)

Encrypts a password.(Inherited from MembershipProvider.)

System_CAPS_protmethodEncryptPassword(array<Byte>^, MembershipPasswordCompatibilityMode)

Encrypts the specified password using the specified password-compatibility mode.(Inherited from MembershipProvider.)

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodFindUsersByEmail(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%).)

System_CAPS_pubmethodFindUsersByName(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%).)

System_CAPS_pubmethodGeneratePassword()

Generates a random password.

System_CAPS_pubmethodGetAllUsers(Int32, Int32, Int32%)

Gets a collection of all the users stored in an Active Directory data source.(Overrides MembershipProvider::GetAllUsers(Int32, Int32, Int32%).)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetNumberOfUsersOnline()

Throws a NotSupportedException exception in all cases.(Overrides MembershipProvider::GetNumberOfUsersOnline().)

System_CAPS_pubmethodGetPassword(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^).)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodGetUser(Object^, Boolean)

Gets the membership user information associated with the specified user key.(Overrides MembershipProvider::GetUser(Object^, Boolean).)

System_CAPS_pubmethodGetUser(String^, Boolean)

Gets the membership user information associated with the specified user name.(Overrides MembershipProvider::GetUser(String^, Boolean).)

System_CAPS_pubmethodGetUserNameByEmail(String^)

Gets the user name associated with the specified e-mail address.(Overrides MembershipProvider::GetUserNameByEmail(String^).)

System_CAPS_pubmethodInitialize(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^).)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_protmethodOnValidatingPassword(ValidatePasswordEventArgs^)

Raises the ValidatingPassword event if an event handler has been defined.(Inherited from MembershipProvider.)

System_CAPS_pubmethodResetPassword(String^, String^)

Resets a user's password to a new, automatically generated password.(Overrides MembershipProvider::ResetPassword(String^, String^).)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

System_CAPS_pubmethodUnlockUser(String^)

Clears a lock so that a membership user can be validated.(Overrides MembershipProvider::UnlockUser(String^).)

System_CAPS_pubmethodUpdateUser(MembershipUser^)

Updates information about a user in the Active Directory data store.(Overrides MembershipProvider::UpdateUser(MembershipUser^).)

System_CAPS_pubmethodValidateUser(String^, String^)

Verifies that the specified user name and password exist in the Active Directory data store.(Overrides MembershipProvider::ValidateUser(String^, String^).)

Return to top
Show: