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

前端 未结 6 2068
走了就别回头了
走了就别回头了 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

    A public key token is used to identify the organization in a strongly named assembly. This information is added to the assembly metabase. I would assume Richard is correct about the technical way it is stored.

    If you want to view the metabase of an assembly, use ILDASM. You can drill down into what is stored in the metabase in addition to seeing the IL.

提交回复
热议问题