3.1.4.118.3.1 ArrayOfBase64Binary
Contains an array of hash values that are already present at the update server. The hash values are computed by using the SHA1 hashing algorithm and are encoded in base64.
-
<xsd:complexType name="ArrayOfBase64Binary"> <xsd:sequence> <xsd:element minOccurs="0" maxOccurs="unbounded" name="base64Binary" nillable="true" type="xsd:base64Binary"/> </xsd:sequence> </xsd:complexType>
base64Binary: This field MUST be present. It contains a base64-encoded string representation of arbitrary binary data.