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
The text was updated successfully, but these errors were encountered:
jennyf19
added
Bug
Product is not functioning as expected
Internal
Indicates issue was opened by the IdentityModel team
P1
More important, prioritize highly
labels
Jan 17, 2025
For net4.6.2 select RSACng for PSS support.
RSACreate() returns a RsaCryptoServiceProvider which does not support PSS.
The exception thrown is ArgumentOutOfRangeException which is not breaking as ArgumentOutOfRangeException derives from ArgumentException.
#3085
The text was updated successfully, but these errors were encountered: