Mentalis.org Security Library documentation

MD2.Create Method

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

Overload List

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

new public static MD2 Create();

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

new public static MD2 Create(string);

See Also

MD2 Class | Org.Mentalis.Security.Cryptography Namespace