Web.HTTPApp.TCustomWebAuthenticator.DoAuthenticate
Delphi
procedure DoAuthenticate(Request: TWebRequest; const UserName, Password: string;
var Roles: string; var Success: Boolean); virtual;
C++
virtual void __fastcall DoAuthenticate(TWebRequest* Request, const System::UnicodeString UserName, const System::UnicodeString Password, System::UnicodeString &Roles, bool &Success);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | TCustomWebAuthenticator |
Description
Embarcadero Technologies does not currently have any additional information.