![]() |
Initializes a new instance of the VGMemberShipProvider class. |
![]() | Gets the name of the application to store and retrieve membership information for. |
![]() | Indicates whether the membership provider is configured to allow users to reset their passwords. |
![]() | Indicates whether the membership provider is configured to allow users to retrieve their passwords. |
![]() | Gets the number of invalid password or password-answer attempts allowed before the membership user is locked out. |
![]() | Gets the minimum number of special characters that must be present in a valid password. |
![]() | Gets the minimum length required for a password. |
![]() | 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. |
![]() | Gets a value indicating the format for storing passwords in the Visual Guard repository. |
![]() | Gets the regular expression used to evaluate a password. |
![]() | Gets a value indicating whether the membership provider is configured to require the user to answer a password question for password reset and retrieval. |
![]() | Gets a value indicating whether the membership provider is configured to require a unique e-mail address for each user name. |
![]() | Changes the password of the user. |
![]() | Updates the password question and answer for the membership user in the Visual Guard repository |
![]() | Adds a new user to the Visual Guard repository. |
![]() | Deletes a user from the repository. |
![]() | Gets a collection of membership users, in a page of data, where the e-mail address contains the specified e-mail address to match. |
![]() | Gets a collection of membership users where the user name contains the specified user name to match. |
![]() | Generates a random password. |
![]() | Gets a collection of all the users in the repository in pages of data. |
![]() | Gets the number of users online (not supported) |
![]() | This method is not supported by Visual Guard. |
![]() | Overloaded. This method is not supported by Visual Guard. |
![]() | Gets a user name where the e-mail address for the user matches the specified e-mail address. |
![]() | Initializes the current provider |
![]() | Resets a user's password to a new, automatically generated password. |
![]() | Clears the user's locked-out status so that the membership user can be validated. |
![]() | Updates information about a user in the Active Directory data store. |
![]() | Verifies that the specified user name and password exist in the repository and loads the Visual Guard permissions. |
VGMemberShipProvider Class | Novalys.VisualGuard.Security.WebForm Namespace