System.Web.Security.AnonymousIdentificationEventArgs.AnonymousID Property

Gets or sets the anonymous identifier for the user.

Syntax

public string AnonymousID { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

You can use the AnonymousIdentificationEventArgs.AnonymousID property to set the anonymous identifier to a custom value during the AnonymousIdentification_Creating event. If you do not specify a value for the AnonymousIdentificationEventArgs.AnonymousID property during the AnonymousIdentification_Creating event, a Guid is used.

The AnonymousIdentification_Creating event is only raised when the anonymous identification is AnonymousIdentificationModule.Enabled.

Requirements

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