Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
Leadtools.Dicom.Services Namespace > IDICOMManage Interface : ChangePassword Method |
bool ChangePassword( string username, string oldpassword, string newpassword, string extraData )
'Declaration Function ChangePassword( _ ByVal username As String, _ ByVal oldpassword As String, _ ByVal newpassword As String, _ ByVal extraData As String _ ) As Boolean
'Usage Dim instance As IDICOMManage 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)
bool ChangePassword( String^ username, String^ oldpassword, String^ newpassword, String^ extraData )