jitbit / AspNetSaml

Very simple SAML 2.0 consumer module for ASP.NET/C#
https://www.jitbit.com
Apache License 2.0
361 stars 118 forks source link

Not signed assembly #78

Closed jtenciodev closed 1 year ago

jtenciodev commented 1 year ago

Hi, we require a signed (strong named) version of the AspNetSaml dll. We downloaded the nuget but assembly is not signed, is there a chance to get a version signed?

alex-jitbit commented 1 year ago

According to https://learn.microsoft.com/en-us/dotnet/standard/assembly/strong-named

For .NET Core and .NET 5+, strong-named assemblies do not provide material benefits. The runtime never validates the strong-name signature, nor does it use the strong-name for assembly binding.

jtenciodev commented 1 year ago

Yeah, however we are using it for .NET 4.6.1