C# Class System.Security.Cryptography.MD5CryptoServiceProvider.MD5CryptoServiceProvider

Inheritance: MD5
Datei anzeigen Open project: runefs/Marvin

Public Methods

Method Description
Initialize ( ) : void
MD5CryptoServiceProvider ( ) : System.Runtime.InteropServices

Protected Methods

Method Description
Dispose ( bool disposing ) : void
HashCore ( byte rgb, int ibStart, int cbSize ) : void
HashFinal ( ) : byte[]

Private Methods

Method Description
AddLength ( ulong length, byte buffer, int position ) : void
ProcessBlock ( byte inputBuffer, int inputOffset ) : void
ProcessFinalBlock ( byte inputBuffer, int inputOffset, int inputCount ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

HashCore() protected method

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

HashFinal() protected method

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

Initialize() public method

public Initialize ( ) : void
return void

MD5CryptoServiceProvider() public method

public MD5CryptoServiceProvider ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices