Share via


PublicKeyTokenType Simple Type Simple Type

Defines the value used to identify the public part of a public/private key pair.

<xs:simpleType name="PublicKeyTokenType">
    <xs:restriction
        base="string"
    >
        <xs:pattern
            value="([0-9]|[a-f]|[A-F]){16}"
         />
    </xs:restriction>
</xs:simpleType>

Patterns

The PublicKeyTokenType simple type is a string that is restricted by the following pattern:

  • ([0-9]|[a-f]|[A-F]){16}

    A 16-character hex string that is a 64-bit hash of the public key. For example, 31BF3856AD364E35.

See Also

SystemDefinitionModel Schema Simple Types

Send comments about this topic to Microsoft

Build date: 9/5/2007