EncryptionKeyCodeType

Simple Type Information

Used By

Source

<xs:simpleType name="EncryptionKeyCodeType">
  <xs:restriction base="xs:token">
    <xs:enumeration value="HKey"/>
    <xs:enumeration value="xxxPolynom"/>
    <xs:enumeration value="Public"/>
    <xs:enumeration value="Secret"/>
  </xs:restriction>
</xs:simpleType>