Click or drag to resize

VGSecurityRuntimeChangePassword Method (String, String, String)

Change the password of the current user, the runtime need to have a Principal. The current user needs to support password system.

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(
	string oldPassword,
	string newPassword,
	string passwordConfirmation
)

Parameters

oldPassword
Type: SystemString
Provide the current password of the user
newPassword
Type: SystemString
Provide the new password of the user
passwordConfirmation
Type: SystemString
Provide the new password of the user

Return Value

Type: VGPasswordModificationState
See Also