Overload List
| Name | Description | |
|---|---|---|
| GetRoomPasswordHash(String, Guid) | 
            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.
              | |
| GetRoomPasswordHash(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.
              | 
See Also