The VGMembershipUser type exposes the following members.

Methods

  NameDescription
Public methodChangePassword
Updates the password for the membership user in the Visual Guard repository.
Public methodChangePasswordQuestionAndAnswer(String, String)
Updates the password question and answer for the membership user in the Visual Guard repository
Public methodChangePasswordQuestionAndAnswer(String, String, String)
Updates the password question and answer for the membership user in the Visual Guard repository
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 methodGetAllProfileValues
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue(Guid)
Public methodGetValue(String)
Public methodGetValue<(Of <<'(T>)>>)(Guid)
Public methodGetValue<(Of <<'(T>)>>)(String)
Public methodGrantMembershipPermission
Grants the permission to use the Membership API to edit, create, delete or assign role to users for the current application
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodResetPassword()()()()
Resets a user's password to a new, automatically generated password.
Public methodResetPassword(String)
Resets a user's password to a new, automatically generated password.
Public methodRevokeMembershipPermission
Revokes the permission to use the Membership API to edit, create, delete or assign role to users for the current application
Public methodSetValue(Guid, Object)
Public methodSetValue(String, Object)
Public methodToString
Returns the user name for the membership user.
(Overrides Object..::..ToString()()()().)
Public methodUnlockUser
Clears the locked-out state of the user so that the membership user can be validated.

See Also