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.5+4f4b44a718a20dda8ca2c0c4d00bd7eee7c80f5d
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