What is Delay Signing?



What is Delay Signing?..

Answer / ashakiran

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.

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More C Sharp Interview Questions

In a stored procedure 4 select stmts there.If error comes in one select stmt will remaining normally executes?

7 Answers   Microsoft,


What is the difference between firstordefault and singleordefault?

0 Answers  


Write a sample code to write the contents to text file in c#?

0 Answers  


What is the use of thread join in c#?

0 Answers  


What are indexers in c# .net?

0 Answers  






Is array thread safe c#?

0 Answers  


Does c# support try-catch-finally blocks?

0 Answers  


What is autopostback in c#?

0 Answers  


What?s the difference between the Debug class and Trace class?

2 Answers  


What is difference between for and foreach loop in c#?

0 Answers   MCN Solutions,


What is difference between the "throw" and "throw ex" in .net?

0 Answers  


Explain the feature of c# language?

0 Answers  


Categories