DatabaseAuthenticationProviderChangeUserPassword Method |
Namespace:
NetQuarry.Security
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public override string ChangeUserPassword(
IAppContext appContext,
string userID,
string oldPWD,
string newPWD
)
Public Overrides Function ChangeUserPassword (
appContext As IAppContext,
userID As String,
oldPWD As String,
newPWD As String
) As String
Parameters
- appContext
- Type: NetQuarryIAppContext
The application context. - userID
- Type: SystemString
The user ID. - oldPWD
- Type: SystemString
The old (current) password value. - newPWD
- Type: SystemString
The new password value.
Return Value
Type:
StringThe new password, raw for two-way encryptions, encrypted for one-way encryptions.
Implements
IAuthenticationProviderChangeUserPassword(IAppContext, String, String, String)See Also