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

## Content

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




  <h1 id="GrapeCity_ActiveReports_Export_Pdf_Section_Signing_SignatureDigestAlgorithm" data-uid="GrapeCity.ActiveReports.Export.Pdf.Section.Signing.SignatureDigestAlgorithm" class="text-break">SignatureDigestAlgorithm Enum
</h1>
  <div class="markdown level0 summary"><p>Defines digest algorithms used to generate signatures.</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_SignatureDigestAlgorithm_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SignatureDigestAlgorithm</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_SignatureDigestAlgorithm_SHA1">SHA1</td>
        <td><p>The SHA1 algorithm.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Section_Signing_SignatureDigestAlgorithm_SHA256">SHA256</td>
        <td><p>The SHA256 algorithm.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Section_Signing_SignatureDigestAlgorithm_SHA384">SHA384</td>
        <td><p>The SHA384 algorithm.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Section_Signing_SignatureDigestAlgorithm_SHA512">SHA512</td>
        <td><p>The SHA512 algorithm.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
