SecurityServices for .NET 2.0 Documentation

MD4.Create Method

[This is preliminary documentation and subject to change.]

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

Overload List

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

new public static MD4 Create();

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

new public static MD4 Create(String);

See Also

MD4 Class | Org.Mentalis.SecurityServices.Cryptography Namespace