|
-
Mar 11th, 2003, 12:08 PM
#1
Thread Starter
Lively Member
what is a signed assembly?
What is a signed assembly and how can one make a un signed assembly ?
"All those who wonder are not lost" -j.r.r tolkien
-
Mar 11th, 2003, 02:10 PM
#2
Member
Basically, when you create a shared assembly (multiple apps use the same binary), you need to generate a strong name for your assembly via the sn.exe utility. This utility creates a public/private key pair. Using the private key generated from the sn utility, the assembly is 'signed' by the compiler at compile time. This is used for security purposes as well as making sure the assembly resolver loads the correct assembly. By default, when you compile your project, you create a private assembly.
-
Mar 13th, 2003, 03:38 AM
#3
Junior Member
you create an unsgined assembly by default i.e. if you are not signing it, it will be unsigned.
-
Mar 13th, 2003, 11:27 AM
#4
Thread Starter
Lively Member
Thanks that is what I thought
"All those who wonder are not lost" -j.r.r tolkien
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|