-
I do not have a key yet, but I'd like to ask this before getting one. |
Beta Was this translation helpful? Give feedback.
Answered by
jkotas
Nov 20, 2023
Replies: 2 comments 4 replies
-
Strong name signing is specific to managed IL file format. Published native AOT binaries do not use the IL file format, so it is not possible to sign them with a strong name. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
teo-tsirpanis
-
Instead of signing the assembly, in NativeAOT what you need to do is to sign the executable file. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Strong name signing is specific to managed IL file format. Published native AOT binaries do not use the IL file format, so it is not possible to sign them with a strong name.