What is strong name? How to create it?
Loading
What is strong name? How to create it?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajanikant HawaldarPosted Sep 10, 2022, 12:43 PM
Naresh BeniwalPosted Nov 12, 2022, 7:36 PM
https://www.codeproject.com/Articles/8874/Strong-Names-Explained
Uday DodiyaPosted Sep 10, 2022, 11:18 AM
Basically a strong name is a container which consists of assembly’s information. For example, it contains the name of the assembly, culture information, version number, public key, and digital signature. It can be generated using developer tools like visual studio command prompt from an assembly file.
Vishal YelvePosted Sep 10, 2022, 6:21 AM
A strong name consists of the assembly's identity—its simple text name, version number, and culture information (if provided)—plus a public key and a digital signature. It is generated from an assembly file using the corresponding private key.
Please refer below link.
https://docs.microsoft.com/en-us/dotnet/standard/assembly/create-use-strong-named