Assigns an identifier to an individual user in the view-state variable associated with the current page.
Documentation for this section has not yet been entered.
Setting the Page.ViewStateUserKey property can help you prevent attacks on your application from malicious users. It does this by allowing you to assign an identifier to the view-state variable for individual users so that they cannot use the variable to generate an attack. For more information about Web attacks and about what you can do to help prevent them, see tp://go.microsoft.com/fwlink/?LinkId=163557.
You can set this property to any string value, such as the user's authenticated name or the System.Web.SessionState.HttpSessionState.SessionID value.
You must set this property during the Page_Init phase of page processing. Setting this property during the Page_Load phase throws an exception.