Creates an instance of the specified implementation of the
MD4 hash algorithm.
Namespace: LLCryptoLib.Security.CryptographyAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public static MD4 Create(
string hashName
) |
Visual Basic |
---|
Public Shared Function Create ( _
hashName As String _
) As MD4 |
Visual C++ |
---|
public:
static MD4^ Create(
String^ hashName
) |
Parameters
- hashName
- Type: System..::..String
The name of the specific implementation of MD4 to use.
Return Value
A new instance of the specified implementation of MD4.
Exceptions
Exception | Condition |
---|
System.Security.Cryptography..::..CryptographicException | An error occurs while initializing the hash. |
See Also