asp.net.ph

FormsAuthenticationTicket.UserData Property

System.Web.Security Namespace   FormsAuthenticationTicket Class


Gets an application-defined string stored in the cookie.

[ VB ]
Public ReadOnly Property UserData As String

[ C# ]
Public string UserData {get;}

[ C++ ]
public: __property String* get_UserData ( );

[ JScript ]
public Serializable
function get UserData ( ) : String;

Property Value

An application-defined string stored in the cookie.

Remarks

This field will be empty ( "" ) if no application-defined data was provided.

See Also

FormsAuthenticationTicket Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph