Skip to content

Commit

Permalink
change base type of SecurityTokenUnableToValidateException
Browse files Browse the repository at this point in the history
  • Loading branch information
Keegan Caruso authored and brentschmaltz committed Apr 9, 2021
1 parent e93288c commit 7d3571f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ namespace Microsoft.IdentityModel.Tokens
/// to refresh keys.
/// </summary>
[Serializable]
public class SecurityTokenUnableToValidateException : SecurityTokenException
public class SecurityTokenUnableToValidateException : SecurityTokenInvalidSignatureException
{
[NonSerialized]
const string _Prefix = "Microsoft.IdentityModel." + nameof(SecurityTokenUnableToValidateException) + ".";
Expand Down

0 comments on commit 7d3571f

Please sign in to comment.