Click or drag to resize

VGSecurityRuntimeChangePassword Method (SecureString, SecureString, SecureString)

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

Parameters

oldPassword
Type: System.SecuritySecureString
Provide the current password of the user
newPassword
Type: System.SecuritySecureString
Provide the new password of the user
passwordConfirmation
Type: System.SecuritySecureString
Provide the new password of the user

Return Value

Type: VGPasswordModificationState
See Also