Click or drag to resize
StagingHelperGetSHA1Hash Method
Returns the hash for the specified password.

Namespace: CMS.Synchronization
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 9.0.0
Syntax
C#
public static string GetSHA1Hash(
	string password
)

Parameters

password
Type: SystemString
Password to hash

Return Value

Type: String
See Also