Interface, used by password readers.
More...
|
| void | Init (PasswordType type, ReaderOptions readerOptions) |
| | Method to initialize the password reader.
|
| void | ReadXmlAttributes (XmlNode node) |
| | Reads the attributes of the passed XML node that contains password information.
|
| void | SetPassword (string plainText) |
| | Sets the plain text password.
|
| void | UnsetPassword () |
| | Unsets a previously defined password.
|
| string | GetPassword () |
| | Gets the password as plain text.
|
| bool | PasswordIsSet () |
| | Gets whether a password was set or not.
|
| void | CopyFrom (IPassword passwordInstance) |
| | Method to copy a password instance from another one.
|
|
| string | PasswordHash [get, set] |
| | Gets or sets the password hash.
|
Interface, used by password readers.
Definition at line 18 of file IPasswordReader.cs.
◆ Init()
| void NanoXLSX.Interfaces.Reader.IPasswordReader.Init |
( |
PasswordType | type, |
|
|
ReaderOptions | readerOptions ) |
Method to initialize the password reader.
- Parameters
-
| type | Target type of the password writer |
| readerOptions | Reader options |
◆ ReadXmlAttributes()
| void NanoXLSX.Interfaces.Reader.IPasswordReader.ReadXmlAttributes |
( |
XmlNode | node | ) |
|
Reads the attributes of the passed XML node that contains password information.
- Parameters
-
The documentation for this interface was generated from the following file: