ChatRoomHelper GetRoomPasswordHash Method (String, String)Kentico 8.0 API Reference
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.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.0.0.0 (8.0.5239.26125)

Return Value

Type: OnlineString
Hashed password
See Also