What is a public key token and how is it calculated in assembly strong names?

前端 未结 6 2095
走了就别回头了
走了就别回头了 2020-12-24 08:33

What is a \'public key token\' and how is it calculated in assembly strong names?

6条回答
  •  庸人自扰
    2020-12-24 08:45

    It is the hash bytes of the key used to sign the assembly.

    So rather than listing out hundreds of hex digits for the key, you have something simpler, but still with little risk of collisions.

提交回复
热议问题