3.1.4.77.3.4 ServerSyncUrlData

Contains information about the download URLs for content files associated with the update.

  
 <xsd:complexType name="ServerSyncUrlData">
   <xsd:sequence>
     <xsd:element minOccurs="0" maxOccurs="1" name="FileDigest" nillable="true" type="xsd:base64Binary"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="MUUrl" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="UssUrl" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="DecryptionKey" type="xsd:base64Binary" />
   </xsd:sequence>
 </xsd:complexType>

FileDigest: This field MUST be present. It contains the key for a file that is 20 bytes in length.

MUUrl: This field MUST be present. It contains the URL to the Microsoft Update (MU) server.

UssUrl: This field MUST be present. It contains the URL of the upstream WSUS server.

DecryptionKey: This field is optional. It contains the decryption key for the file, if it is encrypted.