What is delay signing?

Answer Posted / guest

Delay signing allows to place a shared assembly in the GAC
by signing the assembly with just the public key. This
allows the assembly to be signed with the private key at a
later stage, when the development process is complete and
the component or assembly is ready to be deployed.

This process enables developers to work with shared
assemblies as if they were strongly named, and it secures
the private key of the signature from being accessed at
different stages of development.

Is This Answer Correct ?    26 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the differences between marshal by value and marshal by reference?

585


What is the difference between remoting and webservice?

523


Can we configure a .net remoting object via xml file?

527


What are the ways to configure remoting objects before client can use them?

602


What do you mean by windows authentication?

535






What is Remoting?

642


What are the different types of channels used by .net remoting and which is the best one?

494


Explain marshalling and its types in .net remoting

520


How to directly call a native function exported from a dll?

568


What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?

516


How can we call methods in remoting asynchronously?

519


How can you configure a .net remoting object via xml file?

552


What is the Difference between CAO and SAO in Remoting.

562


How to decide which to use .net remoting or asp.net web services?

499


I am developing a project.Title is "Remote Demonstator".Using asp.net and C# Abstact: While administrator moving mouse and clicking on any link in the webpage that action will be performed in Server machine as well as in client machine.The client initially have to log-in and make a phone call to the admin. This is my project. How can i get this? I can create a website but this concept i have to implement in my website.How can i achive this? How to get client system control and how my mouse movings can be visible to client? I request all to please give me a basic idea or some hint. Advance Thanks.

1979