Click or drag to resize

IDigitalSignature Interface

Represents a DigitalSignature in Excel.

Namespace: Spire.Xls.Core.MergeSpreadsheet.Interfaces
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IDigitalSignature

The IDigitalSignature type exposes the following members.

Properties
Name Description
Public property Certificate
Certificate object that was used to sign.
Public property Comments
Signature Comments.
Public property IsValid
Indicates whether this digital signature is valid.
Public property SignTime
Sign Time.
Top
See Also