Method: Axlsx::SheetProtection#salt_value
- Defined in:
- lib/axlsx/workbook/worksheet/sheet_protection.rb
#salt_value ⇒ String (readonly)
Specifies the salt which was prepended to the user-supplied password before it was hashed using the hashing algorithm
46 47 48 |
# File 'lib/axlsx/workbook/worksheet/sheet_protection.rb', line 46 def salt_value @salt_value end |