Click or drag to resize
SecurityHelperGetMD5Hash Method
Returns SHA2 hash for input data.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string GetMD5Hash(
	string inputData
)

Parameters

inputData
Type: SystemString
Data to by hashed.

Return Value

Type: String
See Also