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




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