Web.HTTPApp.TWebFormsAuthenticator.OnAuthenticate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnAuthenticate;

C++

__property OnAuthenticate;

Properties

Type Visibility Source Unit Parent
event published
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebFormsAuthenticator

Description

Event firing when the authenticate request is received and validated, and the hosting web server (Apache, ISAPI, etc) is not processed.

Web.HTTPApp.TWebFormsAuthenticator.OnAuthenticate inherits from Web.HTTPApp.TCustomWebAuthenticator.OnAuthenticate. All content below this line refers to Web.HTTPApp.TCustomWebAuthenticator.OnAuthenticate.


Event firing when the authenticate request is received and validated, and the hosting web server (Apache, ISAPI, etc) is not processed.

See Also