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

Can a constructor be private in c#?

0 Answers  


What is garbage collection? How to force garbage collector to run?

0 Answers  


What is a generic in c#?

0 Answers  


What are the steps to make an assembly to public?

0 Answers  


What?s different about switch statements in C#?

2 Answers  






What is eager loading in c#?

0 Answers  


Explain the difference between the system.array.copyto() and system.array.clone()?

0 Answers  


What is difference between write and writeline in c#?

0 Answers  


What is a console in c#?

0 Answers  


How big is int16?

0 Answers  


Is an interface a type c#?

0 Answers  


What is cshtml extension?

0 Answers  


Categories