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
What is the Difference between CAO and SAO in Remoting.
Difference between web services & remoting?
What do you mean by windows authentication?
How can we call methods in remoting asynchronously?
What is a formatter in .net remoting?
How do you implement distributed applications in .net?
What are the security features in .net remoting?
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
When do we use delegates in your remoting applications?
What are the ways to renew lifetime leases of objects?
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
What does manifest consists?
Explain the Flow of remoting?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
What is unmanaged code?