LEADTOOLS Medical (Leadtools.Dicom.Web assembly)
LEAD Technologies, Inc

ChangePassword Method






The user name which password want to be changed.
The old password of the user.
The new user password.
User custom data.
Changes the user password.
Syntax
public bool ChangePassword( 
   string username,
   string oldpassword,
   string newpassword,
   string extraData
)
'Declaration
 
Public Function ChangePassword( _
   ByVal username As String, _
   ByVal oldpassword As String, _
   ByVal newpassword As String, _
   ByVal extraData As String _
) As Boolean
'Usage
 
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)
public bool ChangePassword( 
   string username,
   string oldpassword,
   string newpassword,
   string extraData
)
 function Leadtools.Dicom.Web.DicomWCFStreamer.ChangePassword( 
   username ,
   oldpassword ,
   newpassword ,
   extraData 
)
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DicomWCFStreamer Class
DicomWCFStreamer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.