2.2.3.7 EncryptedTransferKey
The EncryptedTransferKey element denotes a base64-encoded string of type UTF-8 format, which contains the wrapping key's transfer key encrypted by the health certificate.
-
<xs:element name="EncryptedTransferKey"> <xs:annotation> <xs:documentation>The wrapping key's transfer key encrypted by the health certificate.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:base64Binary"> <xs:minLength value="1"/> </xs:restriction> </xs:simpleType> </xs:element>