Mentalis.org Security Library documentation

RIPEMD160.Create Method ()

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

[Visual Basic]
Overloads Public Shared Function Create() As RIPEMD160
[C#]
new public static RIPEMD160 Create();

Return Value

A new instance of the RIPEMD160 hash algorithm.

See Also

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