System.Web
1.0.5000.0
2.0.0.0
Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.
System.EventArgs
The class is used to supply event values to the DefaultAuthentication_OnAuthenticate event and to enable you to specify a custom Windows identity for the current request.
The constructs a object using the current and passes it to the DefaultAuthentication_OnAuthenticate event.
Provides data for the DefaultAuthentication_OnAuthenticate event. This class cannot be inherited.
Constructor
The object constructs a object using the current and passes it to the DefaultAuthentication_OnAuthenticate event.
You can use the property of the object supplied to the DefaultAuthentication_OnAuthenticate event to set the property of the current to a custom object. If you do not specify a value for the property of the referenced by the property, the sets the property of the to a object that contains no user information.
The DefaultAuthentication_OnAuthenticate event is raised after the event and before the event. If you have an authorization section that depends on the user name to deny or allow access to your application, modifying the property of the current can affect the behavior of your application. Be sure that the user name you set during the DefaultAuthentication_OnAuthenticate event is considered when you specify the authorization section in your configuration.
Initializes a new instance of the class.
The context for the event.
1.0.5000.0
2.0.0.0
Property
System.Web.HttpContext
a
The provides access to , , and objects for the current request.
Gets the object for the current HTTP request.
1.0.5000.0
2.0.0.0