[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Tools.HashCalculator

HashCalculator Class

Provides MD5 digest calculation implementation.

Inheritance
HashCalculator
Namespace: GrapeCity.ActiveReports.Rendering.Tools
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public static class HashCalculator

Methods

Name Description
ComputeMD5(byte[])

Computes the MD5 hash for the specified binary stream.

ComputeMD5(Stream)

Computes the MD5 hash for the specified binary stream.

ComputeSimpleHash(byte[])

Computes a simplified hash for the specified binary stream.

ComputeSimpleHash(Stream)

Computes a simplified hash for the specified binary stream.

ComputeSimpleStringHash(byte[])

Computes a simplified hash for the specified binary stream.

ComputeSimpleStringHash(Stream)

Computes a simplified hash for the specified binary stream.