2
Reply

How do I create unique assembly name?

Robert Disuja

Robert Disuja

Nov 29, 2006
4.1k
0

    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

    Ravi Kumar
    November 29, 2006
    0

    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

    Reetaish Kapoor
    November 29, 2006
    0