C# Class SharpCifs.Util.Sharpen.Md5Managed.MD5Managed

Inheritance: System.Security.Cryptography.MD5
Show file Open project: brandonprry/Potato

Public Methods

Method Description
Initialize ( ) : void
MD5Managed ( ) : System

Protected Methods

Method Description
HashCore ( byte array, int ibStart, int cbSize ) : void
HashFinal ( ) : byte[]

Method Details

HashCore() protected method

protected HashCore ( byte array, int ibStart, int cbSize ) : void
array byte
ibStart int
cbSize int
return void

HashFinal() protected method

protected HashFinal ( ) : byte[]
return byte[]

Initialize() public method

public Initialize ( ) : void
return void

MD5Managed() public method

public MD5Managed ( ) : System
return System