Leadtools.Dicom.WCF
LEAD Technologies, Inc

ResetPassword Method (DICOMService)






A System.String representing the user name to reset it's password.
A System.String representing the new password to set for the user.
User custom data.
Resets a user password into a new password.
Syntax
public virtual bool ResetPassword( 
   string username,
   string newPassword,
   string extraData
)
'Declaration
 
Public Overridable Function ResetPassword( _
   ByVal username As String, _
   ByVal newPassword As String, _
   ByVal extraData As String _
) As Boolean
'Usage
 
Dim instance As DICOMService
Dim username As String
Dim newPassword As String
Dim extraData As String
Dim value As Boolean
 
value = instance.ResetPassword(username, newPassword, extraData)
public virtual bool ResetPassword( 
   string username,
   string newPassword,
   string extraData
)
 function Leadtools.Dicom.WCF.DICOMService.ResetPassword( 
   username ,
   newPassword ,
   extraData 
)
public:
virtual bool ResetPassword( 
   String^ username,
   String^ newPassword,
   String^ extraData
) 

Parameters

username
A System.String representing the user name to reset it's password.
newPassword
A System.String representing the new password to set for the user.
extraData
User custom data.

Return Value

true if the user password has been changed to the specified password successfully; otherwise false.
Remarks

This method should only be used by administrators users

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

DICOMService Class
DICOMService Members

 

 


Products | Support | Contact Us | Copyright Notices

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