3.1.4.76.3.1 SignCabExForPublishingWithTimeStampOptionRequestBody

Contains the criteria for the signing service.

  
 <xsd:complexType name="SignCabExForPublishingWithTimeStampOption">
   <xsd:sequence>
     <xsd:element minOccurs="0" maxOccurs="1" name="filePath" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="httpTimeStamp" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="signWithoutTimeStamp" type="xsd:boolean"/>
   </xsd:sequence>
 </xsd:complexType>

filePath: This field MUST be present. It specifies the path to the file to publish. If the filePath field is NULL, the server MUST send a SOAP fault as specified in section 3.1.4.1.

httpTimeStamp: This field MUST be present. It specifies the time stamp of the server URL.

signWithoutTimeStamp: This field MUST be present. It is a Boolean that specifies whether or not to include the time stamp when signing the file. A value of TRUE causes the file to be published without a time stamp.