J
Jaakko Salmenius
I have an application using strong names. VS signs the application when
compiling the assembly file. After that I create localized satellite
assembly files manually from my makefile. Until now I used .snk file to sign
the assemblies. Using it was easy to sign the satellite assembly files when
creating them using AL.exe
AL.exe /keyf:"MyFile,snk" ...
Now when I switch .pfx files I can not use /keyf optiosn any more. AL.exe
does not accept .pfx files. I tried signtool.exe but it does not sign the
satellite assembly files.
How can I sign my satellite assembly files?
Best regards,
Jaakko
compiling the assembly file. After that I create localized satellite
assembly files manually from my makefile. Until now I used .snk file to sign
the assemblies. Using it was easy to sign the satellite assembly files when
creating them using AL.exe
AL.exe /keyf:"MyFile,snk" ...
Now when I switch .pfx files I can not use /keyf optiosn any more. AL.exe
does not accept .pfx files. I tried signtool.exe but it does not sign the
satellite assembly files.
How can I sign my satellite assembly files?
Best regards,
Jaakko