IOwinRequest.User Property

Gets or set the server.User.

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 server.User.

See Also

Reference

IOwinRequest Interface

Microsoft.Owin Namespace