IOwinRequest.User Property

Gets or sets the user that made the request.

Namespace:  Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

'Declaration
Property User As IPrincipal 
    Get 
    Set
'Usage
Dim instance As IOwinRequest 
Dim value As IPrincipal 

value = instance.User

instance.User = value
IPrincipal User { get; set; }
property IPrincipal^ User {
    IPrincipal^ get ();
    void set (IPrincipal^ value);
}
abstract User : IPrincipal with get, set
function get User () : IPrincipal 
function set User (value : IPrincipal)

Property Value

Type: System.Security.Principal.IPrincipal
The user that made the request.

See Also

Reference

IOwinRequest Interface

Microsoft.Owin Namespace