![]() |
NanoXLSX.Writer 3.0.0-rc.3
|
Interface, used by specific writers that provides password handling. More...
Public Member Functions | |
| void | Init (PasswordType type, string passwordHash) |
| Method to initialize the password writer. | |
| IEnumerable< XmlAttribute > | GetAttributes () |
| Gets an IEnumerable of XML attributes. | |
Properties | |
| PasswordType | Type [get] |
| Gets the target type of the password. | |
Interface, used by specific writers that provides password handling.
Definition at line 17 of file IPasswordWriter.cs.
| IEnumerable< XmlAttribute > NanoXLSX.Interfaces.Writer.IPasswordWriter.GetAttributes | ( | ) |
Gets an IEnumerable of XML attributes.
Implemented in NanoXLSX.Internal.Writers.LegacyPasswordWriter.
| void NanoXLSX.Interfaces.Writer.IPasswordWriter.Init | ( | PasswordType | type, |
| string | passwordHash ) |
Method to initialize the password writer.
| type | Target type of the password writer |
| passwordHash | Hash that will be written |
Implemented in NanoXLSX.Internal.Writers.LegacyPasswordWriter.
|
get |
Gets the target type of the password.
Implemented in NanoXLSX.Internal.Writers.LegacyPasswordWriter.
Definition at line 23 of file IPasswordWriter.cs.