Click or drag to resize

RestModuleCalculateMD5Hash Method

Calculates an MD5 of a string.

Namespace:  Packflow.Rest
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public string CalculateMD5Hash(
	string input
)

Parameters

input
Type: SystemString

Return Value

Type: String
See Also