←Select platform

ChangePassword Method

Summary

Changes the user password.

Syntax

C#
VB
C++
public bool ChangePassword( 
   string username, 
   string oldpassword, 
   string newpassword, 
   string extraData 
) 
  
Public Function ChangePassword( _ 
   ByVal username As String, _ 
   ByVal oldpassword As String, _ 
   ByVal newpassword As String, _ 
   ByVal extraData As String _ 
) As Boolean 
public: 
bool ChangePassword(  
   String^ username, 
   String^ oldpassword, 
   String^ newpassword, 
   String^ extraData 
)  

Parameters

username
The user name which password want to be changed.

oldpassword
The old password of the user.

newpassword
The new user password.

extraData
User custom data.

Return Value

true if the user password changed successfully; otherwise false.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Web Assembly