Interface IXLElementProtection
public interface IXLElementProtection : ICloneable
- Inherited Members
- Extension Methods
Properties
Algorithm
Gets the algorithm used to hash the password.
XLProtectionAlgorithm.Algorithm Algorithm { get; }
Property Value
- XLProtectionAlgorithm.Algorithm
The algorithm.
IsPasswordProtected
Gets a value indicating whether this instance is protected with a password.
bool IsPasswordProtected { get; }
Property Value
- bool
trueif this instance is password protected; otherwise,false.
IsProtected
Gets a value indicating whether this instance is protected, either with or without a password.
bool IsProtected { get; }
Property Value
- bool
trueif this instance is protected; otherwise,false.