Web.HTTPApp.TWebFormsAuthenticator.OnAuthenticated

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnAuthenticated;

C++

__property OnAuthenticated;

Properties

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

Description

Event firing when hosting web server (Apache, ISAPI, etc) processed authentication request successfully.

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


Event firing when hosting web server (Apache, ISAPI, etc) processed authentication request successfully.

See Also