예제 #1
0
 public string GetUsername()
 {
     return(Claims.GetClaimValue(ClaimTypes.Email).SafeToString(
                "(unknown username)"));
 }