The VGMemberShipProvider type exposes the following members.

Constructors

  NameDescription
Public methodVGMemberShipProvider
Initializes a new instance of the VGHttpModule class.

Methods

  NameDescription
Public methodChangePassword
Changes the password of the user.
(Overrides MembershipProvider..::..ChangePassword(String, String, String).)
Public methodChangePasswordQuestionAndAnswer
Updates the password question and answer for the membership user in the Visual Guard repository
(Overrides MembershipProvider..::..ChangePasswordQuestionAndAnswer(String, String, String, String).)
Public methodCreateUser
Adds a new user to the Visual Guard repository.
(Overrides MembershipProvider..::..CreateUser(String, String, String, String, String, Boolean, Object, MembershipCreateStatus%).)
Protected methodDecryptPassword
Decrypts an encrypted password.
(Inherited from MembershipProvider.)
Public methodDeleteUser
Deletes a user from the repository.
(Overrides MembershipProvider..::..DeleteUser(String, Boolean).)
Protected methodEncryptPassword
Encrypts a password.
(Inherited from MembershipProvider.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindUsersByEmail
Gets a collection of membership users, in a page of data, where the e-mail address contains the specified e-mail address to match.
(Overrides MembershipProvider..::..FindUsersByEmail(String, Int32, Int32, Int32%).)
Public methodFindUsersByName
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 methodGeneratePassword
Generates a random password.
Public methodGetAllUsers
Gets a collection of all the users in the repository in pages of data.
(Overrides MembershipProvider..::..GetAllUsers(Int32, Int32, Int32%).)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetNumberOfUsersOnline
Gets the number of users online (not supported)
(Overrides MembershipProvider..::..GetNumberOfUsersOnline()()()().)
Public methodGetPassword
This method is not supported by Visual Guard.
(Overrides MembershipProvider..::..GetPassword(String, String).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUser(Object, Boolean)
This method is not supported by Visual Guard.
(Overrides MembershipProvider..::..GetUser(Object, Boolean).)
Public methodGetUser(String, Boolean)
Gets the information about the specified user.
(Overrides MembershipProvider..::..GetUser(String, Boolean).)
Public methodGetUserNameByEmail
Gets a user name where the e-mail address for the user matches the specified e-mail address.
(Overrides MembershipProvider..::..GetUserNameByEmail(String).)
Public methodInitialize
Initializes the current provider
(Overrides ProviderBase..::..Initialize(String, NameValueCollection).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnValidatingPassword
Raises the ValidatingPassword event if an event handler has been defined.
(Inherited from MembershipProvider.)
Public methodResetPassword
Resets a user's password to a new, automatically generated password.
(Overrides MembershipProvider..::..ResetPassword(String, String).)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodUnlockUser
Clears the user's locked-out status so that the membership user can be validated.
(Overrides MembershipProvider..::..UnlockUser(String).)
Public methodUpdateUser
Updates information about a user in the Active Directory data store.
(Overrides MembershipProvider..::..UpdateUser(MembershipUser).)
Public methodValidateUser
Verifies that the specified user name and password exist in the repository and loads the Visual Guard permissions.
(Overrides MembershipProvider..::..ValidateUser(String, String).)

Properties

  NameDescription
Public propertyApplicationName
Gets the name of the application to store and retrieve membership information for.
(Overrides MembershipProvider..::..ApplicationName.)
Public propertyDescription
Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs).
(Inherited from ProviderBase.)
Public propertyEnablePasswordReset
Indicates whether the membership provider is configured to allow users to reset their passwords.
(Overrides MembershipProvider..::..EnablePasswordReset.)
Public propertyEnablePasswordRetrieval
Indicates whether the membership provider is configured to allow users to retrieve their passwords.
(Overrides MembershipProvider..::..EnablePasswordRetrieval.)
Public propertyMaxInvalidPasswordAttempts
Gets the number of invalid password or password-answer attempts allowed before the membership user is locked out.
(Overrides MembershipProvider..::..MaxInvalidPasswordAttempts.)
Public propertyMinRequiredNonAlphanumericCharacters
Gets the minimum number of special characters that must be present in a valid password.
(Overrides MembershipProvider..::..MinRequiredNonAlphanumericCharacters.)
Public propertyMinRequiredPasswordLength
Gets the minimum length required for a password.
(Overrides MembershipProvider..::..MinRequiredPasswordLength.)
Public propertyName
Gets the friendly name used to refer to the provider during configuration.
(Inherited from ProviderBase.)
Public propertyPasswordAttemptWindow
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 propertyPasswordFormat
Gets a value indicating the format for storing passwords in the Visual Guard repository.
(Overrides MembershipProvider..::..PasswordFormat.)
Public propertyPasswordStrengthRegularExpression
Gets the regular expression used to evaluate a password.
(Overrides MembershipProvider..::..PasswordStrengthRegularExpression.)
Public propertyRequiresQuestionAndAnswer
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 propertyRequiresUniqueEmail
Gets a value indicating whether the membership provider is configured to require a unique e-mail address for each user name.
(Overrides MembershipProvider..::..RequiresUniqueEmail.)

Events

  NameDescription
Public eventValidatingPassword
Occurs when a user is created, a password is changed, or a password is reset.
(Inherited from MembershipProvider.)

See Also