C# Class CSharpUtils.Hashing

Show file Open project: soywiz/csharputils

Public Methods

Method Description
GetMd5Hash ( Stream Stream, long>.Action ProgressAction = null ) : string
GetMd5Hash ( string Path, long>.Action ProgressAction = null ) : string

Method Details

GetMd5Hash() public static method

public static GetMd5Hash ( Stream Stream, long>.Action ProgressAction = null ) : string
Stream Stream
ProgressAction long>.Action
return string

GetMd5Hash() public static method

public static GetMd5Hash ( string Path, long>.Action ProgressAction = null ) : string
Path string
ProgressAction long>.Action
return string