3.1.4.75.3.1 SignCabForPublishingWithTimeStampOptionRequestBody

Contains the criteria for signing the specified file to publish with a time stamp.

  
 <xsd:complexType name="SignCabForPublishingWithTimeStampOption">
   <xsd:sequence>
     <xsd:element minOccurs="0" maxOccurs="1" name="filePath" 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.

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