Mentalis.org Security Library documentation

MD2.Create Method (String)

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

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

Parameters

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

Return Value

A new instance of the specified implementation of MD2.

See Also

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