C#
VB
C++
Checks whether the user name and password are valid.
Function ValidateUser( _
ByVal username As String, _
ByVal password As String, _
ByVal extraData As String _
) As Boolean
username
A System.String representing the user name to validate.
password
A System.String representing the user password to validate.
extraData
user custom data.
true if the user name and password are valid and refer to an existing user; otherwise false.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET