Call this to change the user password.
            
            
            
            
Syntax
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As DicomWCFStreamer
Dim username As String
Dim oldpassword As String
Dim newpassword As String
Dim extraData As String
Dim value As Boolean
 
value = instance.ChangePassword(username, oldpassword, newpassword, 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: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
 
            
            
See Also