C# Класс System.Security.Cryptography.RIPEMD160

Наследование: HashAlgorithm
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
RIPEMD160 ( ) : System.Runtime.InteropServices

Initializes a new instance of RIPEMD160.

Описание методов

Create() публичный статический Метод

Creates an instance of the default implementation of the RIPEMD160 hash algorithm.
public static Create ( ) : RIPEMD160
Результат RIPEMD160

Create() публичный статический Метод

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.
Результат RIPEMD160

RIPEMD160() защищенный Метод

Initializes a new instance of RIPEMD160.
protected RIPEMD160 ( ) : System.Runtime.InteropServices
Результат System.Runtime.InteropServices