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

Why generics are used?

0 Answers  


Can an abstract class inherit from another abstract class c#?

0 Answers  


Can hashtable have duplicate keys in c#?

0 Answers  


How many bytes is an int c#?

0 Answers  


What is static and use of it?

0 Answers  






List down the different ide’s provided by microsoft for c# development.

0 Answers  


Is there hashmap in c#?

0 Answers  


Perfect Example Of While And Do-While Loop In C#.Net ?

0 Answers   Wipro,


Explain the different ways a method can be overloaded?

0 Answers  


What is value c#?

0 Answers  


What is the difference between structure and class in c#?

0 Answers  


How does the lifecycle of Windows services differ from Standard EXE?

0 Answers   Siebel Systems,


Categories