C# Class System.Security.Cryptography.SHA1Managed

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

Méthodes publiques

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

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

HashFinal() protected final méthode

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

Initialize() public final méthode

public final Initialize ( ) : void
Résultat void

SHA1Managed() public méthode

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