AuthenticateEventArgs Constructor (Boolean)

 

Initializes a new instance of the AuthenticateEventArgs class.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
AuthenticateEventArgs(
	bool authenticated
)

Parameters

authenticated
Type: System::Boolean

true if the user is authenticated; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: