C# Class ThirdParty.MD5.MD5Managed

Inheritance: System.Security.Cryptography.HashAlgorithm
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Méthode Description
Initialize ( ) : void
MD5Managed ( ) : System
TransformBlock ( byte inputBuffer, int inputOffset, int inputCount ) : void
TransformFinalBlock ( byte inputBuffer, int inputOffset, int inputCount ) : byte[]

Méthodes protégées

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

Method Details

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

MD5Managed() public méthode

public MD5Managed ( ) : System
Résultat System

TransformBlock() public méthode

public TransformBlock ( byte inputBuffer, int inputOffset, int inputCount ) : void
inputBuffer byte
inputOffset int
inputCount int
Résultat void

TransformFinalBlock() public méthode

public TransformFinalBlock ( byte inputBuffer, int inputOffset, int inputCount ) : byte[]
inputBuffer byte
inputOffset int
inputCount int
Résultat byte[]