Click or drag to resize

VGMembershipInstanceChangePasswordByAnswer Method (String, String, String, String)

Change password by answer, works only for Visual Guard User

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public VGPasswordModificationState ChangePasswordByAnswer(
	string username,
	string answer,
	string newPassword,
	string passwordConfirmation
)

Parameters

username
Type: SystemString
Username of visual-guard user
answer
Type: SystemString
answer of your user
newPassword
Type: SystemString
new password to define for this user
passwordConfirmation
Type: SystemString
new password to define for this user

Return Value

Type: VGPasswordModificationState
Return a status of ChangePassword
See Also