C# Class System.Security.Cryptography.RIPEMD160

Inheritance: HashAlgorithm
Datei anzeigen Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
Create ( ) : RIPEMD160

Creates an instance of the default implementation of the RIPEMD160 hash algorithm.

Create ( string hashName ) : RIPEMD160

Creates an instance of the specified implementation of the RIPEMD160 hash algorithm.

Protected Methods

Method Description
RIPEMD160 ( ) : System.Runtime.InteropServices

Initializes a new instance of RIPEMD160.

Method Details

Create() public static method

Creates an instance of the default implementation of the RIPEMD160 hash algorithm.
public static Create ( ) : RIPEMD160
return RIPEMD160

Create() public static method

Creates an instance of the specified implementation of the RIPEMD160 hash algorithm.
public static Create ( string hashName ) : RIPEMD160
hashName string The name of the specific implementation of RIPEMD160 to use.
return RIPEMD160

RIPEMD160() protected method

Initializes a new instance of RIPEMD160.
protected RIPEMD160 ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices