[line 203]
Performs authentication using basic HTTP
This component is useful to easily protect web pages just by dropping a component. For basic usage, just set UserName and Password to the valid value to log in and call the Execute() method in the OnBeforeShow event of your page.
For more advance usage, @see OnAuthenticate it allows you to authenticate using your own rules.
This method returns the right object (or the input string if object not found) for an object name Should be used on the loaded method for object properties to find the right reference
Executes the authentication and checks if the user has been authenticated or not
If the user is not authenticated, requests again the username/password If the event OnAuthenticate is assigned, valid username/password will be provided by code if not, properties Username/Password will be used to authenticate