This documentation is archived and is not being maintained.
ActiveDirectoryMembershipProvider Properties
Visual Studio 2008
The ActiveDirectoryMembershipProvider type exposes the following members.
| Name | Description | |
|---|---|---|
|
ApplicationName | The name of the application using the custom membership provider. (Overrides MembershipProvider.ApplicationName.) |
|
CurrentConnectionProtection | Gets the current level of security being used to protect communications with the server. |
|
Description | Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs). (Inherited from ProviderBase.) |
|
EnablePasswordReset | Gets a value indicating whether the ActiveDirectoryMembershipProvider instance is configured to allow users to reset their passwords. (Overrides MembershipProvider.EnablePasswordReset.) |
|
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.) |
|
EnableSearchMethods | Gets a value indicating whether search-oriented ActiveDirectoryMembershipProvider methods are available. |
|
MaxInvalidPasswordAttempts | Gets the number of failed answer attempts a user is allowed for the password-reset question. (Overrides MembershipProvider.MaxInvalidPasswordAttempts.) |
|
MinRequiredNonAlphanumericCharacters | Gets the minimum number of special characters that must be present in a valid password. (Overrides MembershipProvider.MinRequiredNonAlphanumericCharacters.) |
|
MinRequiredPasswordLength | Gets the minimum length required for a password. (Overrides MembershipProvider.MinRequiredPasswordLength.) |
|
Name | Gets the friendly name used to refer to the provider during configuration. (Inherited from ProviderBase.) |
|
PasswordAnswerAttemptLockoutDuration | Get the length of time for which a user account is locked out after the user makes too many bad password-answer attempts. |
|
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.) |
|
PasswordFormat | Gets a value indicating the format of passwords in the Active Directory data store. (Overrides MembershipProvider.PasswordFormat.) |
|
PasswordStrengthRegularExpression | Gets the regular expression used to evaluate a password. (Overrides MembershipProvider.PasswordStrengthRegularExpression.) |
|
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.) |
|
RequiresUniqueEmail | Gets a value indicating whether an e-mail address stored on the Active Directory server must be unique. (Overrides MembershipProvider.RequiresUniqueEmail.) |
Show: