asp.net.ph

HttpContext.User Property

System.Web Namespace   HttpContext Class


Sets or retrieves security information for the current HTTP request.

[ VB ]
Public Property User As IPrincipal

[ C# ]
public IPrincipal User {get; set;}

[ C++ ]
public: __property IPrincipal* get_User ( );
public: __property void set_User ( IPrincipal* );

[ JScript ]
public function get User ( ) : IPrincipal;
public function set User ( IPrincipal );

Property Value

Security information for the current HTTP request.

Remarks

Setting this property requires the ControlPrincipal flag to be set in Flags.

See Also

HttpContext Members Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

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