Interface IDigitalSignature
- Namespace
- Spire.Xls.Core.MergeSpreadsheet.Interfaces
- Assembly
- Spire.XLS.dll
Represents a DigitalSignature in Excel.
public interface IDigitalSignature
Properties
Certificate
Certificate object that was used to sign.
X509Certificate2 Certificate { get; set; }
Property Value
Comments
Signature Comments.
string Comments { get; set; }
Property Value
IsValid
Indicates whether this digital signature is valid.
bool IsValid { get; set; }
Property Value
SignTime
Sign Time.
DateTime SignTime { get; set; }