.netx509sn.exeal.exe

Does AL.exe work with X.509 Certificates


I would like to delaySign and later fully sign .NET assemblies with X.509 Certificates.

How would I do this?


Solution

  • Delay signing is for strong names, not for code signing with certificates.

    So two different things and they're independent of each other. Authenticode signing must be done after the code has been strong named signed, as signing an assembly with a strong name changes the assembly.