C# Class Microsoft.AspNet.Identity.IdentityExtensions

Mostrar archivo Open project: RyannosaurusRex/Shoelace-MVC

Public Methods

Method Description
FindFirstValue ( this identity, string claimType ) : string
GetUserId ( this identity ) : string
GetUserName ( this identity ) : string

Method Details

FindFirstValue() public static method

public static FindFirstValue ( this identity, string claimType ) : string
identity this
claimType string
return string

GetUserId() public static method

public static GetUserId ( this identity ) : string
identity this
return string

GetUserName() public static method

public static GetUserName ( this identity ) : string
identity this
return string