Click or drag to resize
SecurityHelperGetSHA1Hash Method
Returns the SHA1 hash byte array for given password string.

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

Parameters

inputData
Type: SystemString
Data to be hashed.

Return Value

Type: String
See Also