CreatingCookieEventArgs::UserName Property
.NET Framework (current version)
Gets the name for the user.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
You use the UserName property to retrieve the authentication name when you set custom values in the authentication ticket. Typically, you set the Name property of the FormsAuthenticationTicket object to the UserName value.
The following example shows an event handler for the CreatingCookie event. The handler retrieves user values from the CreatingCookieEventArgs object to customize the authentication cookie. The Name property is set to the values of the UserName property.
.NET Framework
Available since 3.5
Available since 3.5
Show: