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

Inheritance: MD5
Afficher le fichier Open project: runefs/Marvin

Méthodes publiques

Méthode Description
Initialize ( ) : void
MD5CryptoServiceProvider ( ) : System.Runtime.InteropServices

Méthodes protégées

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

Private Methods

Méthode 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 méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

HashCore() protected méthode

protected HashCore ( byte rgb, int ibStart, int cbSize ) : void
rgb byte
ibStart int
cbSize int
Résultat void

HashFinal() protected méthode

protected HashFinal ( ) : byte[]
Résultat byte[]

Initialize() public méthode

public Initialize ( ) : void
Résultat void

MD5CryptoServiceProvider() public méthode

public MD5CryptoServiceProvider ( ) : System.Runtime.InteropServices
Résultat System.Runtime.InteropServices