Loupe - Log - Monitor - Resolve
Loupe.Agent.AspNetCore Namespace / ClaimsPrincipalApplicationUserProvider Class / TryGetApplicationUser Method

In This Topic
    TryGetApplicationUser Method (ClaimsPrincipalApplicationUserProvider)
    In This Topic
    Syntax
    'Declaration
     
    
    <NullableContextAttribute(1)>
    Public Function TryGetApplicationUser( _
       ByVal principal As IPrincipal, _
       ByVal applicationUser As Lazy(Of ApplicationUser) _
    ) As Boolean
    [NullableContext(1)]
    public bool TryGetApplicationUser( 
       IPrincipal principal,
       Lazy<ApplicationUser> applicationUser
    )

    Parameters

    principal
    applicationUser
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also