C# Class MD5Managed.MD5Managed, countly-sdk-windows

Inheritance: MD5
Show file Open project: Countly/countly-sdk-windows

Public Methods

Method Description
Initialize ( ) : void
MD5Managed ( ) : System

Protected Methods

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

Method Details

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

MD5Managed() public method

public MD5Managed ( ) : System
return System