Click or drag to resize

VGSecurityRuntimeChangePassword Method (VGICredential, String, String, String)

Changes the password of the user.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public VGPasswordModificationState ChangePassword(
	VGICredential credential,
	string oldpassword,
	string newpassword,
	string passwordconfirmation
)

Parameters

credential
Type: Novalys.VisualGuard.Security.AuthenticationModuleVGICredential
credential object of the user
oldpassword
Type: SystemString
newpassword
Type: SystemString
the new password of the given user.
passwordconfirmation
Type: SystemString
the confirmation of the new password.

Return Value

Type: VGPasswordModificationState
A VGPasswordModificationState representing the status of the modification.
See Also