Leadtools.Dicom.WCF
LEAD Technologies, Inc

ChangePassword Method (IManageService)






A System.String representing the user name.
A System.String representing the user current password.
A System.String representing the user new password.
Custom user data.
Changes a user password.
Syntax
'Declaration
 
<OperationContractAttribute()>
Function ChangePassword( _
   ByVal username As String, _
   ByVal oldpassword As String, _
   ByVal newpassword As String, _
   ByVal extraData As String _
) As Boolean
'Usage
 
Dim instance As IManageService
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)
OperationContractAttribute()
function Leadtools.Dicom.WCF.IManageService.ChangePassword( 
   username ,
   oldpassword ,
   newpassword ,
   extraData 
)

Parameters

username
A System.String representing the user name.
oldpassword
A System.String representing the user current password.
newpassword
A System.String representing the user new password.
extraData
Custom user 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

IManageService Interface
IManageService Members

 

 


Products | Support | Contact Us | Copyright Notices

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