# GrapeCity.ActiveReports.Export.Pdf.Section.Signing.SignatureFormat

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_ActiveReports_Export_Pdf_Section_Signing_SignatureFormat" data-uid="GrapeCity.ActiveReports.Export.Pdf.Section.Signing.SignatureFormat" class="text-break">SignatureFormat Enum
</h1>
  <div class="markdown level0 summary"><p>Defines the supported signature formats.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Export.Pdf.Section.Signing.html">GrapeCity.ActiveReports.Export.Pdf.Section.Signing</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Export.Pdf.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Export_Pdf_Section_Signing_SignatureFormat_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SignatureFormat</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Section_Signing_SignatureFormat_ETSI_CAdES_detached">ETSI_CAdES_detached</td>
        <td><p>This format should be used to create PAdES signatures.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Section_Signing_SignatureFormat_adbe_pkcs7_detached">adbe_pkcs7_detached</td>
        <td><p>The original signed message digest over the document’s byte range shall be incorporated
as the normal CMS SignedData field. No data shall be encapsulated in the CMS SignedData field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Section_Signing_SignatureFormat_adbe_pkcs7_sha1">adbe_pkcs7_sha1</td>
        <td><p>The SHA1 digest of the document’s byte range shall be encapsulated in the
CMS SignedData field with ContentInfo of type Data.
The digest of that SignedData shall be incorporated as the normal CMS digest.
Note! This format has been deprecated with PDF 2.0.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
