Leadtools.Dicom.WCF Namespace > IManageService Interface : ValidateUser Method |
'Declaration <OperationContractAttribute()> Function ValidateUser( _ ByVal username As String, _ ByVal password As String, _ ByVal extraData As String _ ) As Boolean
'Usage Dim instance As IManageService Dim username As String Dim password As String Dim extraData As String Dim value As Boolean value = instance.ValidateUser(username, password, extraData)