This documentation is archived and is not being maintained.

ActiveDirectoryMembershipProvider Members

Manages storage of membership information for an ASP.NET application in Active Directory and Active Directory Application Mode servers.

The ActiveDirectoryMembershipProvider type exposes the following members.

  NameDescription
Public method ActiveDirectoryMembershipProvider Creates a new instance of the ActiveDirectoryMembershipProvider class.
Top

  NameDescription
Public method ChangePassword Changes the password for the specified user. (Overrides MembershipProvider.ChangePassword(String, String, String).)
Public method ChangePasswordQuestionAndAnswer Updates the password question and answer for a user in the Active Directory store. (Overrides MembershipProvider.ChangePasswordQuestionAndAnswer(String, String, String, String).)
Public method CreateUser Adds a new user to the Active Directory data store. (Overrides MembershipProvider.CreateUser(String, String, String, String, String, Boolean, Object, MembershipCreateStatus).)
Protected method DecryptPassword Decrypts an encrypted password. (Inherited from MembershipProvider.)
Public method DeleteUser Removes a user's membership information from the Active Directory data store. (Overrides MembershipProvider.DeleteUser(String, Boolean).)
Protected method EncryptPassword Encrypts a password. (Inherited from MembershipProvider.)
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method FindUsersByEmail 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).)
Public method FindUsersByName Returns a collection of users from the Active Directory data store based on the user name. (Overrides MembershipProvider.FindUsersByName(String, Int32, Int32, Int32).)
Public method GeneratePassword Generates a random password.
Public method GetAllUsers Gets a collection of all the users stored in an Active Directory data source. (Overrides MembershipProvider.GetAllUsers(Int32, Int32, Int32).)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetNumberOfUsersOnline Throws a NotSupportedException exception in all cases. (Overrides MembershipProvider.GetNumberOfUsersOnline().)
Public method GetPassword Returns the password of the specified user from the database. The ActiveDirectoryMembershipProvider class does not support this method. (Overrides MembershipProvider.GetPassword(String, String).)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Public method GetUser Overloaded. Gets the information from a membership user in the Active Directory data store.
Public method GetUserNameByEmail Gets the user name associated with the specified e-mail address. (Overrides MembershipProvider.GetUserNameByEmail(String).)
Public method Initialize 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).)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method OnValidatingPassword Raises the ValidatingPassword event if an event handler has been defined. (Inherited from MembershipProvider.)
Public method ResetPassword Resets a user's password to a new, automatically generated password. (Overrides MembershipProvider.ResetPassword(String, String).)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method UnlockUser Clears a lock so that a membership user can be validated. (Overrides MembershipProvider.UnlockUser(String).)
Public method UpdateUser Updates information about a user in the Active Directory data store. (Overrides MembershipProvider.UpdateUser(MembershipUser).)
Public method ValidateUser Verifies that the specified user name and password exist in the Active Directory data store. (Overrides MembershipProvider.ValidateUser(String, String).)
Top

  NameDescription
Public property ApplicationName The name of the application using the custom membership provider. (Overrides MembershipProvider.ApplicationName.)
Public property CurrentConnectionProtection Gets the current level of security being used to protect communications with the server.
Public property Description Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs). (Inherited from ProviderBase.)
Public property EnablePasswordReset Gets a value indicating whether the ActiveDirectoryMembershipProvider instance is configured to allow users to reset their passwords. (Overrides MembershipProvider.EnablePasswordReset.)
Public property EnablePasswordRetrieval Gets a value indicating whether the user's password can be retrieved from the Active Directory data store. This property always returns false. (Overrides MembershipProvider.EnablePasswordRetrieval.)
Public property EnableSearchMethods Gets a value indicating whether search-oriented ActiveDirectoryMembershipProvider methods are available.
Public property MaxInvalidPasswordAttempts Gets the number of failed answer attempts a user is allowed for the password-reset question. (Overrides MembershipProvider.MaxInvalidPasswordAttempts.)
Public property MinRequiredNonAlphanumericCharacters Gets the minimum number of special characters that must be present in a valid password. (Overrides MembershipProvider.MinRequiredNonAlphanumericCharacters.)
Public property MinRequiredPasswordLength Gets the minimum length required for a password. (Overrides MembershipProvider.MinRequiredPasswordLength.)
Public property Name Gets the friendly name used to refer to the provider during configuration. (Inherited from ProviderBase.)
Public property PasswordAnswerAttemptLockoutDuration Get the length of time for which a user account is locked out after the user makes too many bad password-answer attempts.
Public property PasswordAttemptWindow Gets the time window during which consecutive failed attempts to provide a valid password or a valid password answer are tracked. (Overrides MembershipProvider.PasswordAttemptWindow.)
Public property PasswordFormat Gets a value indicating the format of passwords in the Active Directory data store. (Overrides MembershipProvider.PasswordFormat.)
Public property PasswordStrengthRegularExpression Gets the regular expression used to evaluate a password. (Overrides MembershipProvider.PasswordStrengthRegularExpression.)
Public property RequiresQuestionAndAnswer Gets a value indicating whether the membership provider is configured to require a password question and answer when creating a user. (Overrides MembershipProvider.RequiresQuestionAndAnswer.)
Public property RequiresUniqueEmail Gets a value indicating whether an e-mail address stored on the Active Directory server must be unique. (Overrides MembershipProvider.RequiresUniqueEmail.)
Top

  NameDescription
Public event ValidatingPassword Occurs when a user is created, a password is changed, or a password is reset. (Inherited from MembershipProvider.)
Top
Show: