What is a \'public key token\' and how is it calculated in assembly strong names?
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.