PublicKeyType simple type [SDM]
| Platform SDK: System Definition Model Overview |
PublicKeyType Simple Type
Note: This documentation is preliminary and is subject to change.
Defines a value used as a public key that is stored in a signed .sdm file.
<xs:simpleType name="PublicKeyType">
<xs:restriction
base="string"
>
<xs:pattern
value="([0-9]|[a-f]|[A-F]){192,}"
/>
</xs:restriction>
</xs:simpleType>
- PublicKeyType
-
Defines a value used as a public key that is stored in a signed .sdm file.
Patterns
The following pattern is defined by the PublicKeyType simple type:
([0-9]|[a-f]|[A-F]){192,}
A string that is 192 or more characters long and can contain numbers, lowercase letters, and uppercase letters.
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. |