User-1838255255 posted
Hi vinodkpasi,
According to your needs, as far as i know, delayed signing is the terminology when we are certifying the assembly which will prevent hi-jacking of that assembly.
Delayed signing refers to a technique of partially signing assemblies while they are in development phase. So, signing an assembly basically certifies that assembly by the manufacturer and prevents tampering and hi-jacking of that assembly. This is
achievable by using public key/private key encoding of parts of the assembly.
For more details, please check the following tutorials:
Delay Signing an Assembly:
http://www.c-sharpcorner.com/article/delay-signing-an-assembly/
Delay Signing an Assembly:
https://docs.microsoft.com/en-us/dotnet/framework/app-domains/delay-sign-assembly
Best Regards,
Eric Du