Visual Guard Class Library Documentation

VGMemberShipProvider Members

VGMemberShipProvider overview

Public Instance Constructors

VGMemberShipProvider Constructor Initializes a new instance of the VGMemberShipProvider class.

Public Instance Properties

ApplicationName Gets the name of the application to store and retrieve membership information for.
EnablePasswordReset Indicates whether the membership provider is configured to allow users to reset their passwords.
EnablePasswordRetrieval Indicates whether the membership provider is configured to allow users to retrieve their passwords.
MaxInvalidPasswordAttempts Gets the number of invalid password or password-answer attempts allowed before the membership user is locked out.
MinRequiredNonAlphanumericCharacters Gets the minimum number of special characters that must be present in a valid password.
MinRequiredPasswordLength Gets the minimum length required for a password.
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.
PasswordFormat Gets a value indicating the format for storing passwords in the Visual Guard repository.
PasswordStrengthRegularExpression Gets the regular expression used to evaluate a password.
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.
RequiresUniqueEmail Gets a value indicating whether the membership provider is configured to require a unique e-mail address for each user name.

Public Instance Methods

ChangePassword Changes the password of the user.
ChangePasswordQuestionAndAnswer Updates the password question and answer for the membership user in the Visual Guard repository
CreateUser Adds a new user to the Visual Guard repository.
DeleteUser Deletes a user from the repository.
FindUsersByEmail Gets a collection of membership users, in a page of data, where the e-mail address contains the specified e-mail address to match.
FindUsersByName Gets a collection of membership users where the user name contains the specified user name to match.
GeneratePassword Generates a random password.
GetAllUsers Gets a collection of all the users in the repository in pages of data.
GetNumberOfUsersOnline Gets the number of users online (not supported)
GetPassword This method is not supported by Visual Guard.
GetUserOverloaded. This method is not supported by Visual Guard.
GetUserNameByEmail Gets a user name where the e-mail address for the user matches the specified e-mail address.
Initialize Initializes the current provider
ResetPassword Resets a user's password to a new, automatically generated password.
UnlockUserClears the user's locked-out status so that the membership user can be validated.
UpdateUserUpdates information about a user in the Active Directory data store.
ValidateUserVerifies that the specified user name and password exist in the repository and loads the Visual Guard permissions.

See Also

VGMemberShipProvider Class | Novalys.VisualGuard.Security.WebForm Namespace