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
)
Public Sub ChangePassword (
appContext As IAppContext,
oldPassword As String,
newPassword As String
)
Parameters
- appContext
- Type: NetQuarryIAppContext
The application context object - oldPassword
- Type: SystemString
The old password - newPassword
- Type: SystemString
The new password
See Also