C# Class System.Security.Cryptography.RIPEMD160

Inheritance: HashAlgorithm
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
RIPEMD160 ( ) : System.Runtime.InteropServices

Initializes a new instance of RIPEMD160.

Method Details

Create() public static méthode

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

Create() public static méthode

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.
Résultat RIPEMD160

RIPEMD160() protected méthode

Initializes a new instance of RIPEMD160.
protected RIPEMD160 ( ) : System.Runtime.InteropServices
Résultat System.Runtime.InteropServices