Leadtools.Dicom.WCF
LEAD Technologies, Inc

ValidateUser Method (DICOMService)






A System.String representing the user name to validate.
A System.String representing the user password to validate.
user custom data.
Checks if the user name and password are valid.
Syntax
public virtual bool ValidateUser( 
   string username,
   string password,
   string extraData
)
'Declaration
 
Public Overridable Function ValidateUser( _
   ByVal username As String, _
   ByVal password As String, _
   ByVal extraData As String _
) As Boolean
'Usage
 
Dim instance As DICOMService
Dim username As String
Dim password As String
Dim extraData As String
Dim value As Boolean
 
value = instance.ValidateUser(username, password, extraData)
public virtual bool ValidateUser( 
   string username,
   string password,
   string extraData
)
 function Leadtools.Dicom.WCF.DICOMService.ValidateUser( 
   username ,
   password ,
   extraData 
)
public:
virtual 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DICOMService Class
DICOMService Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.