Leadtools.Dicom.WCF

ResetPassword Method (IManageService)

Show in webframe



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
'Declaration
 
<OperationContractAttribute()>
Function ResetPassword( _
   ByVal username As String, _
   ByVal newPassowrd As String, _
   ByVal extraData As String _
) As Boolean
'Usage
 
Dim instance As IManageService
Dim username As String
Dim newPassowrd As String
Dim extraData As String
Dim value As Boolean
 
value = instance.ResetPassword(username, newPassowrd, extraData)

Parameters

username
A System.String representing the user name to reset it's password.
newPassowrd
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

See Also

Reference

IManageService Interface
IManageService Members

 

 


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