8using NanoXLSX.Utils.Xml;
9using System.Collections.Generic;
30 void Init(PasswordType type,
string passwordHash);
Static class that contains enums for password handling.
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.