What is strongly named Assembly?
1986
22-Sep-2016
Abhishek Srivasatava
22-Sep-2016Strongly Names Assembly
When the assembly is attached to the unique digital signature, then such assembly is called as strongly named assembly. These assemblies are very secure as compare to non-attached with unique digital structure. It provides the surety to the programmer that assembly which programmer is received from a secured source. It also solve the problem of dll hell.
Once we define the unique digital signature cannot be regenerated in future hence strongly named assembly is very secure.
The developer can't make the strongly named assembly from them self. The compiler takes the below information and create the strongly named assembly:
If we create our folder, then we need perform the following steps:
If we perform above three step then compile our program, then Strongly named assembly will generate.