VistaDB 6
VistaDB.Web Namespace / VistaDBMembershipProvider Class
Properties Methods Events


In This Topic
    VistaDBMembershipProvider Class Members
    In This Topic

    The following tables list the members exposed by VistaDBMembershipProvider.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyOverridden. The name of the application using the custom membership provider.  
    Public PropertyGets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs). (Inherited from System.Configuration.Provider.ProviderBase)
    Public PropertyOverridden. Indicates whether the membership provider is configured to allow users to reset their passwords.  
    Public PropertyOverridden. Indicates whether the membership provider is configured to allow users to retrieve their passwords.  
    Public PropertyOverridden. Gets the number of invalid password or password-answer attempts allowed before the membership user is locked out.  
    Public PropertyOverridden. Gets the minimum number of special characters that must be present in a valid password.  
    Public PropertyOverridden. Gets the minimum length required for a password.  
    Public PropertyGets the friendly name used to refer to the provider during configuration. (Inherited from System.Configuration.Provider.ProviderBase)
    Public PropertyOverridden. 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.  
    Public PropertyOverridden. Gets a value indicating the format for storing passwords in the membership data store.  
    Public PropertyOverridden. Gets the regular expression used to evaluate a password.  
    Public PropertyOverridden. Gets a value indicating whether the membership provider is configured to require the user to answer a password question for password reset and retrieval.  
    Public PropertyOverridden. Gets a value indicating whether the membership provider is configured to require a unique email address for each user name.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Processes a request to update the password for a membership user.  
    Public MethodOverridden. Processes a request to update the password question and answer for a membership user.  
    Public MethodOverridden. Adds a new membership user to the data source.  
    Public MethodOverridden. Removes a user from the membership data source.  
    Public MethodOverridden. Gets a collection of membership users where the email address contains the specified email address to match.  
    Public MethodOverridden. Gets a collection of membership users where the user name contains the specified user name to match.  
    Public Method  
    Public MethodOverridden. Gets a collection of all the users in the data source in pages of data.  
    Public MethodOverridden. Gets the number of users currently accessing the application.  
    Public MethodOverridden. Gets the password for the specified user name from the data source.  
    Public MethodOverloaded. Overridden. Gets information from the data source for a user. Provides an option to update the last-activity date/time stamp for the user.  
    Public MethodOverridden. Gets the user name associated with the specified email address.  
    Public MethodOverridden. Initializes the configuration builder.  
    Public MethodOverridden. Resets a user's password to a new, automatically generated password.  
    Public MethodOverridden. Clears a lock so that the membership user can be validated.  
    Public MethodOverridden. Updates information about a user in the data source.  
    Public MethodOverridden. Verifies that the specified user name and password exist in the data source.  
    Top
    Protected Methods
     NameDescription
    Protected MethodDecrypts an encrypted password. (Inherited from System.Web.Security.MembershipProvider)
    Protected MethodOverloaded. Encrypts a password. (Inherited from System.Web.Security.MembershipProvider)
    Protected MethodRaises the System.Web.Security.MembershipProvider.ValidatingPassword event if an event handler has been defined. (Inherited from System.Web.Security.MembershipProvider)
    Top
    Public Events
     NameDescription
    Public EventOccurs when a user is created, a password is changed, or a password is reset. (Inherited from System.Web.Security.MembershipProvider)
    Top
    See Also