Click or drag to resize

IDigitalSignatures Add Method

create a signature and add to DigitalSignatureCollection.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
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