ChatRoomHelper GetRoomPasswordHash Method (String, Guid)Kentico 8.0 API Reference
Combines plain text password with salt (GUID converted to string) 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