# GrapeCity.ActiveReports.Rendering.Tools.HashCalculator.ComputeSimpleHash

## Content

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



<h1 id="GrapeCity_ActiveReports_Rendering_Tools_HashCalculator_ComputeSimpleHash_" data-uid="GrapeCity.ActiveReports.Rendering.Tools.HashCalculator.ComputeSimpleHash*">ComputeSimpleHash Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Rendering_Tools_HashCalculator_ComputeSimpleHash_" data-uid="GrapeCity.ActiveReports.Rendering.Tools.HashCalculator.ComputeSimpleHash*"></a>
<h4 id="GrapeCity_ActiveReports_Rendering_Tools_HashCalculator_ComputeSimpleHash_System_IO_Stream_" data-uid="GrapeCity.ActiveReports.Rendering.Tools.HashCalculator.ComputeSimpleHash(System.IO.Stream)">ComputeSimpleHash(Stream)</h4>
<div class="markdown level1 summary"><p>Computes a simplified hash for the specified binary stream.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static byte[] ComputeSimpleHash(Stream stream)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a></td>
      <td><span class="parametername">stream</span></td>
      <td><p>The binary stream.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.byte">byte</a>[]</td>
      <td><p>The computed simplified hash.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Rendering_Tools_HashCalculator_ComputeSimpleHash_" data-uid="GrapeCity.ActiveReports.Rendering.Tools.HashCalculator.ComputeSimpleHash*"></a>
<h4 id="GrapeCity_ActiveReports_Rendering_Tools_HashCalculator_ComputeSimpleHash_System_Byte___" data-uid="GrapeCity.ActiveReports.Rendering.Tools.HashCalculator.ComputeSimpleHash(System.Byte[])">ComputeSimpleHash(byte[])</h4>
<div class="markdown level1 summary"><p>Computes a simplified hash for the specified binary stream.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static byte[] ComputeSimpleHash(byte[] stream)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.byte">byte</a>[]</td>
      <td><span class="parametername">stream</span></td>
      <td><p>The binary stream as a byte array.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.byte">byte</a>[]</td>
      <td><p>The computed simplified hash.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
