C# Class System.Security.Cryptography.MD5CryptoServiceProvider

Inheritance: MD5
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

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

Méthodes protégées

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

Method Details

Dispose() protected final méthode

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

HashCore() protected méthode

protected HashCore ( byte array, int ibStart, int cbSize ) : void
array 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.ComponentModel
Résultat System.ComponentModel