The strong name contains the public/private key pair. But at the development 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 installation time, we should use this concept. For this we set the "delay signing=true" in the assembly info.vb/cs.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
The strong name contains the public/private key pair. But at the development 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 installation time, we should use this concept. For this we set the "delay signing=true" in the assembly info.vb/cs.