System.Web.UI.WebControls.AuthenticateEventArgs Class

Provides data for the Login.Authenticate event.

See Also: AuthenticateEventArgs Members

Syntax

public class AuthenticateEventArgs : EventArgs

Remarks

The System.Web.UI.WebControls.AuthenticateEventArgs class provides the data needed for the Login.Authenticate event. Custom authentication schemes for a Web site use the AuthenticateEventArgs.Authenticated property to indicate whether a user's login attempt succeeded.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0