Click or drag to resize

UserContextChangePassword Method

Change the current password

Namespace:  NetQuarry.Security
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void ChangePassword(
	IAppContext appContext,
	string oldPassword,
	string newPassword
)

Parameters

appContext
Type: NetQuarryIAppContext
The application context object
oldPassword
Type: SystemString
The old password
newPassword
Type: SystemString
The new password
See Also