AuthenticatingEventArgs::AuthenticationIsComplete Property
Gets or sets a value that indicates whether the user credentials have been authenticated.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Property Value
Type: System::Booleantrue if all the steps for validating the user credentials have been performed; otherwise, false.
You can set the AuthenticationIsComplete property to indicate whether the AuthenticationService class must authenticate the user credentials. If AuthenticationIsComplete is true, the AuthenticationService class does not validate the user credentials through the default membership provider. Instead, it uses the value in Authenticated to determine whether to create an authentication cookie.
If AuthenticationIsComplete is false, the AuthenticationService class validates the user credentials through the default membership provider and overwrites the value in the Authenticated property.
The following example shows an event handler that passes UserName and Password values to a custom membership provider to validate the user credentials. The event handler sets Authenticated to the return value of the ValidateUser method and sets AuthenticationIsComplete to true so that the AuthenticationService class does not validate the credentials.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.