When directly using the API to get a Claim, the correctness of the Token's key is not checked. var jwt = jwtSecurityTokenHandler.ReadJwtToken(token); If you want to check the Token at the same time, you can use the following: // Check the key ClaimsPr[......]继…

