←Select platform

ChangePassword Method

Summary

Changes a user password.

Syntax

C#
VB
C++
[OperationContractAttribute()] 
public bool ChangePassword( 
   string username, 
   string oldpassword, 
   string newpassword, 
   string extraData 
) 
  
<OperationContractAttribute()> 
Function ChangePassword( _ 
   ByVal username As String, _ 
   ByVal oldpassword As String, _ 
   ByVal newpassword As String, _ 
   ByVal extraData As String _ 
) As Boolean 
[OperationContractAttribute()] 
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 changed successfully; otherwise false.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.WCF Assembly