IAuthenticationManager.User Property

Returns the current user for the request.

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

Syntax

'Declaration
Property User As ClaimsPrincipal 
    Get 
    Set
'Usage
Dim instance As IAuthenticationManager 
Dim value As ClaimsPrincipal 

value = instance.User

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

Property Value

Type: ClaimsPrincipal
Returns ClaimsPrincipal.

See Also

Reference

IAuthenticationManager Interface

Microsoft.Owin.Security Namespace