You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JsonWebKeyConverter.TryConvertToSecurityKey method prioritizes TryConvertToX509SecurityKey over TryCreateToRsaSecurityKey for RSA keys.
We should consider switching the order as X509Data consumes more memory.
Posible alternative is to make TryConvertToX509SecurityKey and TryCreateToRsaSecurityKey public and allow developers to choose.