Click or drag to resize

PdfSignatureProperties SetCert Method (IList X509Certificate2 )

Set the X.509 certificate chain used when signing and verifying signatures that use public-key cryptography. (Required when SubFilter is adbe.x509.rsa_sha1)

Namespace: Spire.Pdf.Interactive.DigitalSignatures
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void SetCert(
	IList<X509Certificate2> certs
)

Parameters

certs
Type: System.Collections.Generic IList X509Certificate2
the X.509 certificate chain.
See Also