ActiveDirectoryMembershipProvider Properties
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| ApplicationName | Overridden. The name of the application using the custom membership provider. |
| 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 | Overridden. Gets a value indicating whether the ActiveDirectoryMembershipProvider instance is configured to allow users to reset their passwords. |
| EnablePasswordRetrieval | Overridden. Gets a value indicating whether the user's password can be retrieved from the Active Directory data store. This property always returns false. |
| EnableSearchMethods | Gets a value indicating whether search-oriented ActiveDirectoryMembershipProvider methods are available. |
| MaxInvalidPasswordAttempts | Overridden. Gets the number of failed answer attempts a user is allowed for the password-reset question. |
| MinRequiredNonAlphanumericCharacters | Overridden. Gets the minimum number of special characters that must be present in a valid password. |
| MinRequiredPasswordLength | Overridden. Gets the minimum length required for a password. |
| 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 | Overridden. Gets the time window during which consecutive failed attempts to answer the password-reset question are tracked. |
| PasswordFormat | Overridden. Gets a value indicating the format of passwords in the Active Directory data store. |
| PasswordStrengthRegularExpression | Overridden. Gets the regular expression used to evaluate a password. |
| RequiresQuestionAndAnswer | Overridden. Gets a value indicating whether the membership provider is configured to require a password question and answer when creating a user. |
| RequiresUniqueEmail | Overridden. Gets a value indicating whether an e-mail address stored on the Active Directory server must be unique. |
Reference
ActiveDirectoryMembershipProvider ClassSystem.Web.Security Namespace