Click or drag to resize
MD5SupportGetInstance Method (String)
Generates a new instance of the MessageDigestSupport class using the specified algorithm

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

Parameters

algorithm
Type: SystemString
The name of the algorithm to use

Return Value

Type: MD5Support
A new instance of the MessageDigestSupport class
See Also