2
Reply

What is strong name in c# and how can we use it?

Vinod Dua

Vinod Dua

12y
8.4k
0
Reply

    A name that consists of an assembly's identity—its simple text name, version number, and culture information (if provided)—strengthened by a public key and a digital signature generated over the assembly.

    A name that consists of an assembly's identity—its simple text name, version number, and culture information (if provided)—strengthened by a public key and a digital signature generated over the assembly.