Table of Contents

Interface IDigitalSignatures

Namespace
Spire.Xls.Core.MergeSpreadsheet.Interfaces
Assembly
Spire.XLS.dll

Represents a Collection of DigitalSignature in Excel.

public interface IDigitalSignatures : IEnumerable
Inherited Members

Methods

Add(X509Certificate2, string, DateTime)

create a signature and add to DigitalSignatureCollection.

IDigitalSignature Add(X509Certificate2 certificate, string comments, DateTime signTime)

Parameters

certificate X509Certificate2

Certificate object that was used to sign

comments string

Signature Comments

signTime DateTime

Sign Time

Returns

IDigitalSignature