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 );
Security information for the current HTTP request.
Setting this property requires the ControlPrincipal flag to be set in Flags.
HttpContext Members
© 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