The members of System.Web.Security.ActiveDirectoryMembershipProvider are listed below.
See Also: Inherited members from System.Web.Security.MembershipProvider
Creates a new instance of the System.Web.Security.ActiveDirectoryMembershipProvider class. |
override | ApplicationName | string.
The name of the application using the custom membership provider. |
[read-only] | CurrentConnectionProtection | ActiveDirectoryConnectionProtection.
Gets the current level of security being used to protect communications with the server. |
[read-only] override | EnablePasswordReset | bool.
Gets a value indicating whether the System.Web.Security.ActiveDirectoryMembershipProvider instance is configured to allow users to reset their passwords. |
[read-only] override | EnablePasswordRetrieval | bool.
Gets a value indicating whether the user's password can be retrieved from the Active Directory data store. This property always returns false. |
[read-only] | EnableSearchMethods | bool.
Gets a value indicating whether search-oriented System.Web.Security.ActiveDirectoryMembershipProvider methods are available. |
[read-only] override | MaxInvalidPasswordAttempts | int.
Gets the number of failed answer attempts a user is allowed for the password-reset question. |
[read-only] override | MinRequiredNonAlphanumericCharacters | int.
Gets the minimum number of special characters that must be present in a valid password. |
[read-only] override | MinRequiredPasswordLength | int.
Gets the minimum length required for a password. |
[read-only] | PasswordAnswerAttemptLockoutDuration | int.
Get the length of time for which a user account is locked out after the user makes too many bad password-answer attempts. |
[read-only] override | PasswordAttemptWindow | int.
Gets the time window during which consecutive failed attempts to provide a valid password or a valid password answer are tracked. |
[read-only] override | PasswordFormat | MembershipPasswordFormat.
Gets a value indicating the format of passwords in the Active Directory data store. |
[read-only] override | PasswordStrengthRegularExpression | string.
Gets the regular expression used to evaluate a password. |
[read-only] override | RequiresQuestionAndAnswer | bool.
Gets a value indicating whether the membership provider is configured to require a password question and answer when creating a user. |
[read-only] override | RequiresUniqueEmail | bool.
Gets a value indicating whether an e-mail address stored on the Active Directory server must be unique. |
override | ChangePassword(string, string, string)
| |
override | ChangePasswordQuestionAndAnswer(string, string, string, string)
| |
override | CreateUser(string, string, string, string, string, bool, object, out MembershipCreateStatus)Documentation for this section has not yet been entered. | |
override | DeleteUser(string, bool)
| |
override | FindUsersByEmail(string, int, int, out int)Documentation for this section has not yet been entered. | |
override | FindUsersByName(string, int, int, out int)Documentation for this section has not yet been entered. | |
GeneratePassword()
| ||
override | GetAllUsers(int, int, out int)Documentation for this section has not yet been entered. | |
override | GetNumberOfUsersOnline()
| |
override | GetPassword(string, string)
| |
override | GetUser(object, bool)
| |
override | GetUser(string, bool)
| |
override | GetUserNameByEmail(string)
| |
override | Initialize(string, System.Collections.Specialized.NameValueCollection)
| |
override | ResetPassword(string, string)
| |
override | UnlockUser(string)
| |
override | UpdateUser(MembershipUser)
| |
override | ValidateUser(string, string)
|