0

It would be great if someone could help me on this.I have recently started exploring strong named assembly.I wanted to understand the following:

  • .snk file and what does it contains?
  • can we use this .snk file for a c++ dll?
  • Is this only limited to .net assemblies?
  • can we use this .snk to load or unload dlls?
  • How secure is this?
sujith karivelil
  • 28,671
  • 6
  • 55
  • 88
C A Anusha
  • 37
  • 7
  • https://stackoverflow.com/questions/131181/what-is-a-snk-for – Cirrus Jul 16 '18 at 07:05
  • I have already read answers regarding that question. It doesnot explain about the usage about .snk for a c++ dll @Cirrus – C A Anusha Jul 16 '18 at 07:09
  • It is stated everywhere "for .NET assemblies". You can write manages assemblies with C++ but that's probably not what you want. For unmanaged assemblies you will probably have to look at [SignTool](https://learn.microsoft.com/en-us/windows/desktop/seccrypto/signtool) – bommelding Jul 16 '18 at 07:21

0 Answers0