8using System.Collections.Generic;
31 void Init(PasswordType type,
string passwordHash);
Static class that contains shared enums for password handling, during read or write operations.
Interface to represent a protection password, either for workbooks or worksheets. The implementations...
Interface, used by specific writers that provides password handling.
void Init(PasswordType type, string passwordHash)
Method to initialize the password writer.
IEnumerable< XmlAttribute > GetAttributes()
Gets an IEnumerable of XML attributes.
PasswordType Type
Gets the target type of the password.