ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / HashCalculator Class / ComputeSimpleHash Method / ComputeSimpleHash(Stream) Method
The binary stream.

In This Topic
    ComputeSimpleHash(Stream) Method
    In This Topic
    Computes a simplified hash for the specified binary stream.
    Syntax
    'Declaration
     
    Public Overloads Shared Function ComputeSimpleHash( _
       ByVal stream As Stream _
    ) As Byte()
    public static byte[] ComputeSimpleHash( 
       Stream stream
    )

    Parameters

    stream
    The binary stream.

    Return Value

    The computed simplified hash.
    See Also