MySQLMembershipProvider Members

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image

The MySQLMembershipProvider type exposes the following members.

Constructors

  Name Description
Public method MySQLMembershipProvider

Methods

  Name Description
Public method ChangePassword
Changes the password.
(Overrides MembershipProvider..::..ChangePassword(String, String, String).)
Public method ChangePasswordQuestionAndAnswer
Changes the password question and answer.
(Overrides MembershipProvider..::..ChangePasswordQuestionAndAnswer(String, String, String, String).)
Public method CreateUser
Adds a new membership user to the data source.
(Overrides MembershipProvider..::..CreateUser(String, String, String, String, String, Boolean, Object, MembershipCreateStatus%).)
Protected method DecryptPassword
Decrypts an encrypted password.
(Inherited from MembershipProvider.)
Public method DeleteUser
Removes a user from the membership data source.
(Overrides MembershipProvider..::..DeleteUser(String, Boolean).)
Protected method EncryptPassword(array<Byte>[]()[][])
Encrypts a password.
(Inherited from MembershipProvider.)
Protected method EncryptPassword(array<Byte>[]()[][], MembershipPasswordCompatibilityMode)
Encrypts the specified password using the specified password-compatibility mode.
(Inherited from MembershipProvider.)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method FindUsersByEmail
Gets a collection of membership users where the e-mail address contains the specified e-mail address to match.
(Overrides MembershipProvider..::..FindUsersByEmail(String, Int32, Int32, Int32%).)
Public method FindUsersByName
Gets a collection of membership users where the user name contains the specified user name to match.
(Overrides MembershipProvider..::..FindUsersByName(String, Int32, Int32, Int32%).)
Public method GetAllUsers
Gets a collection of all the users in the data source in pages of data.
(Overrides MembershipProvider..::..GetAllUsers(Int32, Int32, Int32%).)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetNumberOfUsersOnline
Gets the number of users currently accessing the application.
(Overrides MembershipProvider..::..GetNumberOfUsersOnline()()()().)
Public method GetPassword
Gets the password for the specified user name from the data source.
(Overrides MembershipProvider..::..GetPassword(String, String).)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method GetUser(Object, Boolean)
Gets user information from the data source based on the unique identifier for the membership user. Provides an option to update the last-activity date/time stamp for the user.
(Overrides MembershipProvider..::..GetUser(Object, Boolean).)
Public method GetUser(String, Boolean)
Gets information from the data source for a user. Provides an option to update the last-activity date/time stamp for the user.
(Overrides MembershipProvider..::..GetUser(String, Boolean).)
Public method GetUserNameByEmail
Gets the user name associated with the specified e-mail address.
(Overrides MembershipProvider..::..GetUserNameByEmail(String).)
Public method Initialize
Initializes the MySQL membership provider with the property values specified in the ASP.NET application's configuration file. This method is not intended to be used directly from your code.
(Overrides ProviderBase..::..Initialize(String, NameValueCollection).)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method OnValidatingPassword
Raises the ValidatingPassword event if an event handler has been defined.
(Inherited from MembershipProvider.)
Public method ResetPassword
Resets a user's password to a new, automatically generated password.
(Overrides MembershipProvider..::..ResetPassword(String, String).)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method UnlockUser
Unlocks the user.
(Overrides MembershipProvider..::..UnlockUser(String).)
Public method UpdateUser
Updates information about a user in the data source.
(Overrides MembershipProvider..::..UpdateUser(MembershipUser).)
Public method ValidateUser
Verifies that the specified user name and password exist in the data source.
(Overrides MembershipProvider..::..ValidateUser(String, String).)

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.

Events

  Name Description
Public event ValidatingPassword
Occurs when a user is created, a password is changed, or a password is reset.
(Inherited from MembershipProvider.)

See Also