| ChatRoomHelperGetRoomPasswordHash Method (String, String) | 
            Combines plain text password with salt and returns its hash.
            
            If plainText is null, it returns null. If it is empty string it retuns empty string.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
Syntaxpublic static string GetRoomPasswordHash(
	string plainTextPassword,
	string salt
)
Parameters
- plainTextPassword
- Type: SystemString
 Password in plain text.
- salt
- Type: SystemString
 Salt (ChatRoomGUID)
Return Value
Type: 
StringHashed password
 See Also
See Also