ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / HashCalculator Class / ComputeMD5 Method / ComputeMD5(Stream) Method

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

    Parameters

    stream
    See Also