Leadtools.Dicom.WCF

ChangePassword Method (DICOMService)

Show in webframe



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
 
Public Overridable Function ChangePassword( _
   ByVal username As String, _
   ByVal oldpassword As String, _
   ByVal newpassword As String, _
   ByVal extraData As String _
) As Boolean
'Usage
 
Dim instance As DICOMService
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 virtual bool ChangePassword( 
   string username,
   string oldpassword,
   string newpassword,
   string extraData
)
public:
virtual bool ChangePassword( 
   String^ username,
   String^ oldpassword,
   String^ newpassword,
   String^ 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 was changed successfully; otherwise false.
Requirements

Target Platforms

See Also

Reference

DICOMService Class
DICOMService Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.