The MembershipProviderConfig type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CanEditProviderProperties |
Gets whether the Provider Properties can be edited
| |
| MaxInvalidPasswordAttempts |
Gets and sets the maximum number of invlaid attempts to login are allowed
| |
| MinNonAlphanumericCharacters |
Gets and sets the Mimimum no of Non AlphNumeric characters required
| |
| MinPasswordLength |
Gets and sets the Mimimum Password Length
| |
| PasswordAttemptWindow |
Gets and sets the window in minutes that the maxium attempts are tracked for
| |
| PasswordFormat |
Gets and sets the Password Format
| |
| PasswordResetEnabled |
Gets and sets whether the Users's Password can be reset
| |
| PasswordRetrievalEnabled |
Gets and sets whether the Users's Password can be retrieved
| |
| PasswordStrengthRegularExpression |
Gets and sets a Regular Expression that determines the strength of the password
| |
| RequiresQuestionAndAnswer |
Gets and sets whether a Question/Answer is required for Password retrieval
| |
| RequiresUniqueEmail |
Gets and sets whether a Unique Email is required
|