Authenticate a user. A wrapper-call to the LicenseManagerBase's Authenticate method.
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
bool Authenticate( string username, string password ) |
Visual Basic |
---|
Function Authenticate ( _ username As String, _ password As String _ ) As Boolean |
Visual C++ |
---|
bool Authenticate( String^ username, String^ password ) |