Click or drag to resize
MD5Support Constructor
Creates a message digest using the specified name to set Algorithm property.

Namespace: AsterNET.Util
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public MD5Support(
	string algorithm
)

Parameters

algorithm
Type: SystemString
The name of the algorithm to use
See Also