AuthenticateEventArgs.Authenticated Property
Assembly: System.Web (in system.web.dll)
Use the Authenticated property in custom authentication schemes implemented in the Login.Authenticate event handler to indicate the success or failure of the user's login attempt.
Setting the Authenticated property to false indicates that the Web site user has not presented valid credentials and the Login control should raise the LoginError event in addition to displaying text that indicates the login attempt was not successful. The LoginError event enables the page developer to have additional processes or action occur when user authentication is not successful. Setting Authenticated to true indicates that the user has presented valid credentials and the Login control should raise the LoggedIn event and redirect the user back to the current page or to the page indicated by DestinationPageUrl.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.