The VGMembershipUser type exposes the following members.

Methods

  NameDescription
ChangePassword
Updates the password for the membership user in the Visual Guard repository.
ChangePasswordQuestionAndAnswerOverloaded.
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.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GrantMembershipPermission
Grants the permission to use the Membership API to edit, create, delete or assign role to users for the current application
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ResetPasswordOverloaded.
RevokeMembershipPermission
Revokes the permission to use the Membership API to edit, create, delete or assign role to users for the current application
ToString
Returns the user name for the membership user.
(Overrides Object..::.ToString()()().)
UnlockUser
Clears the locked-out state of the user so that the membership user can be validated.

See Also