WebSsoAuthenticationEventArgs.User Property
Gets or sets the IPrincipal that represents the user being authenticated.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public IPrincipal User { get; set; }
public:
property IPrincipal^ User {
IPrincipal^ get();
void set(IPrincipal^ value);
}
member User : IPrincipal with get, set
Public Property User As IPrincipal
Property Value
Type: System.Security.Principal.IPrincipal
The IPrincipal that represents the user being authenticated.
See Also
WebSsoAuthenticationEventArgs Class
System.Web.Security.SingleSignOn Namespace
Return to top