System.Security.Cryptography.MD5.Create Method

Creates an instance of the specified implementation of the System.Security.Cryptography.MD5 hash algorithm.

Syntax

public static MD5 Create (string algName)

Parameters

algName
The name of the specific implementation of System.Security.Cryptography.MD5 to use.

Returns

A new instance of the specified implementation of System.Security.Cryptography.MD5.

Remarks

Possible values for algName are: System.Security.Cryptography.MD5, MD5, System.Security.Cryptography.MD5CryptoServiceProvider, and System.Security.Cryptography.MD5Managed.

Requirements

Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0