Click or drag to resize

IDigitalSignatures Add Method

create a signature and add to DigitalSignatureCollection.

Namespace: Spire.Xls.Core.MergeSpreadsheet.Interfaces
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IDigitalSignature Add(
	X509Certificate2 certificate,
	string comments,
	DateTime signTime
)

Parameters

certificate
Type: System.Security.Cryptography.X509Certificates X509Certificate2
Certificate object that was used to sign
comments
Type: System String
Signature Comments
signTime
Type: System DateTime
Sign Time

Return Value

Type: IDigitalSignature
See Also