Mentalis.org Security Library documentation

RIPEMD160.Create Method (String)

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

[Visual Basic]
Overloads Public Shared Function Create( _
   ByVal hashName As String _
) As RIPEMD160
[C#]
new public static RIPEMD160 Create(
   string hashName
);

Parameters

hashName
The name of the specific implementation of RIPEMD160 to use.

Return Value

A new instance of the specified implementation of RIPEMD160.

See Also

RIPEMD160 Class | Org.Mentalis.Security.Cryptography Namespace | RIPEMD160.Create Overload List