NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PassportAuthenticationEvent.User

[To be supplied.]

[Visual Basic]
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);

See Also

PassportAuthenticationEvent Class | PassportAuthenticationEvent Members | System.Web.Security Namespace