Web.HTTPApp.TCustomWebAuthenticator.DoAuthenticate

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TCustomWebAuthenticator

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.