Click or drag to resize
NanoXLSX

WorkbookWorkbookProtectionPasswordHash Property

Hash of the protected workbook, originated from WorkbookProtectionPassword

Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.3+98f265239ae8df4639650ecd7029244cc5e52dfc
Syntax
C#
public string WorkbookProtectionPasswordHash { get; internal set; }

Property Value

String
Remarks
The plain text password cannot be recovered when loading a workbook. The hash is retrieved and can be reused, if no changes are made in the area of workbook protection (SetWorkbookProtection(Boolean, Boolean, Boolean, String))
See Also