更新:2007 年 11 月
定義用於識別公用/私密金鑰組之公用部分的值。
<xs:simpleType name="PublicKeyTokenType">
<xs:restriction
base="string"
>
<xs:pattern
value="([0-9]|[a-f]|[A-F]){16}"
/>
</xs:restriction>
</xs:simpleType>
模式
下列模式是由 PublicKeyTokenType 簡單型別所定義:
([0-9]|[a-f]|[A-F]){16}
16 個字元的十六進位字串,這是公開金鑰 (Public Key) 的 64 位元雜湊。例如,31BF3856AD364E35。