SecurityServices for .NET 2.0 Documentation

MD2.Create Method

[This is preliminary documentation and subject to change.]

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.SecurityServices.Cryptography Namespace