  | MD5Support Constructor  | 
                Creates a message digest using the specified name to set Algorithm property.
            
 
Namespace: AsterNET.UtilAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic MD5Support(
	string algorithm
)
Public Sub New ( 
	algorithm As String
)
public:
MD5Support(
	String^ algorithm
)
new : 
        algorithm : string -> MD5SupportParameters
- algorithm
 - Type: SystemString
The name of the algorithm to use 
See Also