Table of Contents

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

X509Certificate2

Comments

Signature Comments.

string Comments { get; set; }

Property Value

string

IsValid

Indicates whether this digital signature is valid.

bool IsValid { get; set; }

Property Value

bool

SignTime

Sign Time.

DateTime SignTime { get; set; }

Property Value

DateTime