File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
src/Microsoft.IdentityModel.Tokens/Exceptions Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,15 @@ namespace Microsoft.IdentityModel.Tokens
1111 /// and when validation errors exist over the security token. This exception is not intended to be used as a signal
1212 /// to refresh keys.
1313 /// </summary>
14+ /// <remarks>
15+ /// This exception type is now considered obsolete and will be removed in the next major version (7.0.0).
16+ /// </remarks>
1417 [ Serializable ]
18+ [ Obsolete (
19+ "This expception is no longer being thrown by Microsoft.IdentityModel and will be removed in the next major " +
20+ "version see: https://aka.ms/SecurityTokenUnableToValidateException" ,
21+ false ) ]
22+ [ System . ComponentModel . EditorBrowsable ( System . ComponentModel . EditorBrowsableState . Never ) ]
1523 public class SecurityTokenUnableToValidateException : SecurityTokenInvalidSignatureException
1624 {
1725 [ NonSerialized ]
You can’t perform that action at this time.
0 commit comments