System.Web
2.0.0.0
System.EventArgs
The class is used to supply event values to the event and to enable you to specify a custom Windows identity for the current request. You can access the event of the class by specifying a subroutine named AnonymousIdentification_Creating in the Global.asax file for your ASP.NET application.
The constructs a object using the current and passes it to the AnonymousIdentification_Creating event.
You can use the property of the object supplied to the AnonymousIdentification_Creating event to set the anonymous identifier to a custom value. If you do not specify a value for the property during the AnonymousIdentification_Creating event, a is used.
The AnonymousIdentification_Creating event is only raised when the anonymous identification is .
Provides data for the AnonymousIdentification_Creating event. This class cannot be inherited.
Constructor
The constructs a object using the current . It then passes the object to the AnonymousIdentification_Creating event.
Initializes a new instance of the class.
The context for the event.
2.0.0.0
Property
System.String
To be added.
You can use the property to set the anonymous identifier to a custom value during the AnonymousIdentification_Creating event. If you do not specify a value for the property during the AnonymousIdentification_Creating event, a is used.
The AnonymousIdentification_Creating event is only raised when the anonymous identification is .
Gets or sets the anonymous identifier for the user.
2.0.0.0
Property
System.Web.HttpContext
To be added.
The provides access to , , and objects for the current request.
Gets the object for the current HTTP request.
2.0.0.0