Leadtools.Dicom.Services

ValidateUser Method

Show in webframe



A System.String representing the user name to validate.
A System.String representing the user password to validate.
user custom data.
Checks whether the user name and password are valid.
Syntax
'Declaration
 
Function ValidateUser( _
   ByVal username As String, _
   ByVal password As String, _
   ByVal extraData As String _
) As Boolean
'Usage
 
Dim instance As IDICOMManage
Dim username As String
Dim password As String
Dim extraData As String
Dim value As Boolean
 
value = instance.ValidateUser(username, password, extraData)
bool ValidateUser( 
   string username,
   string password,
   string extraData
)
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

See Also

Reference

IDICOMManage Interface
IDICOMManage Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.