Robert Disuja
How do I create unique assembly name?
By Robert Disuja in ASP.NET on Nov 29 2006
  • Ravi Kumar
    Nov, 2006 29

    The public key token is used to make the assembly name unique.

    A public key token. This is a 64-bit hash of the public key which corresponds to the private key used to sign the assembly

    • 0
  • Reetaish Kapoor
    Nov, 2006 29

    We create unique assembly name by using the public-private key.These key are generated usingĀ a utility called SN.exe(SN stands for Shared Name).

    The most common syntax is:

    sn -k mykeyfile.key

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS