EmpNo); } private static string FindFirstValue(ClaimsIdentity identity, string claimType) { Claim first = identity.FindFirst(claimType); if (first != null) ...
確定! 回上一頁