C# Class System.Security.Cryptography.MD5CryptoServiceProvider

Inheritance: MD5
Show file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
Initialize ( ) : void
MD5CryptoServiceProvider ( ) : System.ComponentModel

Protected Methods

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

Method Details

Dispose() protected final method

protected final Dispose ( bool disposing ) : void
disposing bool
return void

HashCore() protected method

protected HashCore ( byte array, int ibStart, int cbSize ) : void
array byte
ibStart int
cbSize int
return void

HashFinal() protected method

protected HashFinal ( ) : byte[]
return byte[]

Initialize() public method

public Initialize ( ) : void
return void

MD5CryptoServiceProvider() public method

public MD5CryptoServiceProvider ( ) : System.ComponentModel
return System.ComponentModel