C# Class NetworkCommsDotNet.Tools.MD5Managed.MD5Managed

Create a managed MD5 hash calculator
Inheritance: System.Security.Cryptography.MD5
Afficher le fichier Open project: MarcFletcher/NetworkComms.Net

Méthodes publiques

Méthode Description
Initialize ( ) : void

Initialise the MD5 hash calculator

MD5Managed ( ) : System

Create a new instance of the MD5 hash calculator

Méthodes protégées

Méthode Description
HashCore ( byte array, int ibStart, int cbSize ) : void

Calculate the core hash

HashFinal ( ) : byte[]

Get the final hash

Method Details

HashCore() protected méthode

Calculate the core hash
protected HashCore ( byte array, int ibStart, int cbSize ) : void
array byte
ibStart int
cbSize int
Résultat void

HashFinal() protected méthode

Get the final hash
protected HashFinal ( ) : byte[]
Résultat byte[]

Initialize() public méthode

Initialise the MD5 hash calculator
public Initialize ( ) : void
Résultat void

MD5Managed() public méthode

Create a new instance of the MD5 hash calculator
public MD5Managed ( ) : System
Résultat System