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
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