MatthewKing / DeviceId

A simple library providing functionality to generate a 'device ID' that can be used to uniquely identify a computer.
MIT License
794 stars 118 forks source link

Needed Signed Version of DeviceID Assemblies #78

Closed sudhakar269 closed 1 year ago

sudhakar269 commented 1 year ago

I need the digitally signed version of assemblies as part of the DeviceID nuget package ,Is there any way to get that ???

MatthewKing commented 1 year ago

The assemblies are strong named but not signed.

I haven't seen a compelling reason to sign them thus far, but I'm willing to consider it if given a good enough reason.

Why do you need this? And why not sign them yourself?

Cheers