PublicKeyType Simple Type Simple Type

PublicKeyType Simple Type

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 PublicKeyType simple type is a string that is restricted by the following pattern:

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

Send comments about this topic to Microsoft

Build date: 10/2/2007