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.7+3223c8b99fcd3402b4ae016daa480abac16f8a9f
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