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
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