Authenticates user.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public bool Authenticate( string userName, string password )
Public Function Authenticate ( userName As String, password As String ) As Boolean
public: bool Authenticate( String^ userName, String^ password )
member Authenticate : userName : string * password : string -> bool
Return Value
Boolean
Returns true if user authenticated, otherwise false.
Returns true if user authenticated, otherwise false.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when userName or password is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119