Share via


PublicKeyTokenType simple type [SDM]

 
Platform SDK: System Definition Model Overview

PublicKeyTokenType Simple Type

Note: This documentation is preliminary and is subject to change.

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>
PublicKeyTokenType
Defines the value used to identify the public part of a public/private key pair.

Patterns

The following pattern is defined by the PublicKeyTokenType simple type:

([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

  
  Last updated: June 2005  |  What did you think of this topic?  |  Order a Platform SDK CD
  © Microsoft Corporation. All rights reserved. Terms of use.