[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Tools.HashCalculator.ComputeSimpleHash

ComputeSimpleHash Method

ComputeSimpleHash(Stream)

Computes a simplified hash for the specified binary stream.

Declaration
public static byte[] ComputeSimpleHash(Stream stream)
Parameters
Type Name Description
Stream stream

The binary stream.

Returns
Type Description
byte[]

The computed simplified hash.

ComputeSimpleHash(byte[])

Computes a simplified hash for the specified binary stream.

Declaration
public static byte[] ComputeSimpleHash(byte[] stream)
Parameters
Type Name Description
byte[] stream

The binary stream as a byte array.

Returns
Type Description
byte[]

The computed simplified hash.