←Select platform

ValidateUser Method

Summary

Checks if the user name and password are valid.

Syntax

C#
VB
C++
public bool ValidateUser( 
   string username, 
   string password, 
   string extraData 
) 
  
Public Function ValidateUser( _ 
   ByVal username As String, _ 
   ByVal password As String, _ 
   ByVal extraData As String _ 
) As Boolean 
public: 
bool ValidateUser(  
   String^ username, 
   String^ password, 
   String^ extraData 
)  

Parameters

username
A System.String representing the user name to validate.

password
A System.String representing the user password to validate.

extraData
user custom data.

Return Value

true if the user name and password are valid and refer to an existing user; 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