C# Class System.Security.Cryptography.SHA1CryptoServiceProvider

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

Méthodes publiques

Méthode Description
Initialize ( ) : void
SHA1CryptoServiceProvider ( ) : 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

SHA1CryptoServiceProvider() public méthode

public SHA1CryptoServiceProvider ( ) : System.ComponentModel
Résultat System.ComponentModel