MySQLMembershipProvider Properties

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image

The MySQLMembershipProvider type exposes the following members.

Properties

  Name Description
Public property ApplicationName
The name of the application using the MySQL membership provider.
(Overrides MembershipProvider..::..ApplicationName.)
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
Indicates whether the membership provider is configured to allow users to reset their passwords.
(Overrides MembershipProvider..::..EnablePasswordReset.)
Public property EnablePasswordRetrieval
Indicates whether the membership provider is configured to allow users to retrieve their passwords.
(Overrides MembershipProvider..::..EnablePasswordRetrieval.)
Public property MaxInvalidPasswordAttempts
Gets the number of invalid password or password-answer attempts allowed before the membership user is locked out.
(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 PasswordAttemptWindow
Gets the number of minutes in which a maximum number of invalid password or password-answer attempts are allowed before the membership user is locked out.
(Overrides MembershipProvider..::..PasswordAttemptWindow.)
Public property PasswordFormat
Gets a value indicating the format for storing passwords in the membership 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 the user to answer a password question for password reset and retrieval.
(Overrides MembershipProvider..::..RequiresQuestionAndAnswer.)
Public property RequiresUniqueEmail
Gets a value indicating whether the membership provider is configured to require a unique e-mail address for each user name.
(Overrides MembershipProvider..::..RequiresUniqueEmail.)
Public property WriteExceptionsToEventLog
Gets or sets a value indicating whether exceptions are written to the event log.

See Also