# GrapeCity.Documents.Word.CryptographicAlgorithmSid

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Word_CryptographicAlgorithmSid" data-uid="GrapeCity.Documents.Word.CryptographicAlgorithmSid" class="text-break">CryptographicAlgorithmSid Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the specific cryptographic hashing algorithm which shall
be used along with the salt property and user-supplied password
in order to compute a hash value for comparison.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_CryptographicAlgorithmSid_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum CryptographicAlgorithmSid</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum CryptographicAlgorithmSid</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_Documents_Word_CryptographicAlgorithmSid_HMAC">HMAC</td>
        <td><p>HMAC hash algorithm.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_CryptographicAlgorithmSid_MAC">MAC</td>
        <td><p>MAC hash algorithm.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_CryptographicAlgorithmSid_MD2">MD2</td>
        <td><p>MD2 hash algorithm.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_CryptographicAlgorithmSid_MD4">MD4</td>
        <td><p>MD4 hash algorithm.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_CryptographicAlgorithmSid_MD5">MD5</td>
        <td><p>MD5 hash algorithm.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_CryptographicAlgorithmSid_RIMEMD_160">RIMEMD_160</td>
        <td><p>RIMEMD-160 hash algorithm.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_CryptographicAlgorithmSid_RIPEMD">RIPEMD</td>
        <td><p>RIPEMD hash algorithm.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_CryptographicAlgorithmSid_SHA_1">SHA_1</td>
        <td><p>SHA-1 hash algorithm.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_CryptographicAlgorithmSid_SHA_256">SHA_256</td>
        <td><p>SHA-256 hash algorithm.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_CryptographicAlgorithmSid_SHA_384">SHA_384</td>
        <td><p>SHA-384 hash algorithm.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_CryptographicAlgorithmSid_SHA_512">SHA_512</td>
        <td><p>SHA-512 hash algorithm.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_CryptographicAlgorithmSid_Undefined">Undefined</td>
        <td><p>Undefined algorithm.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
