SecurityServices for .NET 2.0 Documentation

MD2.Create Method (String)

[This is preliminary documentation and subject to change.]

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

new public static MD2 Create(
   String hashName
);

Parameters

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

Return Value

A new instance of the specified implementation of MD2.

Exceptions

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

See Also

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