IAuthenticationProviderChangePassword Method |
Namespace:
NetQuarry.Security
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxvoid ChangePassword(
IAppContext appContext,
string userID,
string oldPWD,
string newPWD
)
Sub ChangePassword (
appContext As IAppContext,
userID As String,
oldPWD As String,
newPWD As String
)
Parameters
- appContext
- Type: NetQuarryIAppContext
The current IAppContext object. - userID
- Type: SystemString
The user id - oldPWD
- Type: SystemString
The old (current) password value - newPWD
- Type: SystemString
The new password value
See Also