MD5Static: Create

Create

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



 Public Function Create(
	  Optional ByRef HashName As String = "CorLib.MD5" ) As MD5

Parameters

HashName
[ByRef] Optional. String. The name of the specific implementation of MD5 to use.  

Default: "CorLib.MD5"

Return Values

MD5 -  A new instance of the specified implementation of MD5.

Remarks

Possible values for HashName are MD5, CorLib.MD5, CorLib.MD5CryptoServiceProvider, and CorLib.MD5Managed.

See Also

Project CorLib Overview

Class MD5Static Overview