What is delay signing?

Showing Answers 1 - 4 of 4 Answers

prabhu

  • Sep 27th, 2005
 

The strong name contains the public/private key pair. But at the developement time, if we want to use only the public key we should use this concept.

Delay signing is the high-end process. If we want to create the private key at the instalation time, we should use this concept.

For this we set the "deley signing=true" in the assemblyinfo.vb/cs.

  Was this answer useful?  Yes

levteck

  • Aug 14th, 2010
 

Signing the assembly at the end of development phase is called delay signing. We can sign the assembly using the Sn.exe tool. But some time as a developer we may not have the access of private key of the company to signing the dll. So during creating of assembly we can set the Delay
signing option for that assembly from project properties.

Open the project property window, Right click on solution, properties and then move to Signing Tab

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions