The VGMembershipInstance type exposes the following members.

Methods

  NameDescription
AddWindowsAccountOverloaded.
ApproveUser
Approved a user.
ChangePassword
Updates the password for the membership user in the Visual Guard repository.
ChangePasswordQuestionAndAnswerOverloaded.
CreateUserOverloaded.
DeleteUserOverloaded.
DeleteUserById
Deletes a user specified by its repository id from the repository.
DeleteWindowsAccountOverloaded.
DisapproveUser
Disappove a user
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FindUsersByAuthenticationModeOverloaded.
FindUsersByEmailOverloaded.
FindUsersByLastNameOverloaded.
FindUsersByNameOverloaded.
FindUsersByStateOverloaded.
FindUsersInApplicationOverloaded.
FindUsersWithoutApplicationsOverloaded.
GetAllUsersOverloaded.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetUserOverloaded.
GetUserById
Gets the information from the repository for the user identified by the specified Visual Guard repository id.
GetUserIdByEmail
Gets the repository id of a user where the e-mail address matches the specified e-mail address.
GetUserNameByEmail
Gets a user name where the e-mail address for the user matches the specified e-mail address.
GetWindowsAccount
Gets the information from the repository for the specified Windows account.
GrantMembershipPermissionOverloaded.
LockUser
Clears the user's unlocked-out status so that the membership user can be validated.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
RevokeMembershipPermissionOverloaded.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
UnlockUser
Clears the user's locked-out status so that the membership user can be validated.
UpdateUser
Updates the repository with the information for the specified user.
ValidateUser
Verifies that the supplied user name and password are valid.

See Also