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.2+7f12a949130e0be1e987e553d2d08c083176cdca
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