Strong Name Assemblies (Assembly Signing) (C++/CLI)

This topic discusses how you can sign your assembly, often referred to as giving your assembly a strong name.

Remarks

When using Visual C++, use linker options to sign your assembly to avoid issues related to the CLR attributes for assembly signing:

See Also

.NET Programming with C++/CLI (Visual C++)