SecurityServices for .NET 2.0 Documentation

MD4.Create Method (String)

[This is preliminary documentation and subject to change.]

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

new public static MD4 Create(
   String hashName
);

Parameters

String
The name of the specific implementation of MD4 to use.

Return Value

A new instance of the specified implementation of MD4.

Exceptions

Exception Type Condition
CryptographicException An error occurs while initializing the hash.

See Also

MD4 Class | Org.Mentalis.SecurityServices.Cryptography Namespace | MD4.Create Overload List