Click or drag to resize

PdfSignatureProperties Class

Signature properties.
Inheritance Hierarchy
System Object
Spire.Pdf.Interactive.DigitalSignatures PdfSignatureProperties

Namespace: Spire.Pdf.Interactive.DigitalSignatures
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public class PdfSignatureProperties

The PdfSignatureProperties type exposes the following members.

Constructors
Name Description
Public method PdfSignatureProperties
Initializes a new instance of the PdfSignatureProperties class
Top
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method SetCert(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)
Public method SetCert(X509Certificate2)
Set the X.509 certificate used when signing and verifying signatures that use public-key cryptography. (Required when SubFilter is adbe.x509.rsa_sha1)
Public method SetFilter
Set the name of the preferred signature handler to use when validating this signature. (Required)
Public method SetSignatureLength
Set signature length. (Option) Default, signature need to call twice "Sign" method, one is to calculate signature length. If the signature length is known, avoid to calculate signature length by "Sign" method. The signature length.
Public method SetSoftwareModuleName
Set the name of the software module used to create the signature. (Option)
Public method SetSubFilter
Set a name that describes the encoding of the signature value. (Required)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also