digst / OIOSAML.Net

40 stars 21 forks source link

Is there any branch or fork of this that supports .NET 4.0 (classic)? #71

Closed cemerson closed 1 year ago

cemerson commented 1 year ago

I have a local clone of the latest version building and running using .NET 4.0 however I'm running into a possible dead-end in that .NET 4.0 does not have support for RSACng (only RSACryptoServiceProvider). As far as I know there's just no way to get RSACng support in .NET 4.0. Anyhow - if there is a version/branch of OIOSAML.Net that supports (classic) .NET 4.0 please let me know.

cemerson commented 1 year ago

Closing this as I discovered you can't really get OIOSAML working w/out RSACng and that is not available until .NET 4.6.x.