PdfSignatureProperties Class |
Namespace: Spire.Pdf.Interactive.DigitalSignatures
The PdfSignatureProperties type exposes the following members.
Name | Description | |
---|---|---|
![]() |
PdfSignatureProperties |
Initializes a new instance of the
PdfSignatureProperties
class
|
Name | Description | |
---|---|---|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
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)
|
![]() |
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)
|
![]() |
SetFilter |
Set the name of the preferred signature handler to use when validating this signature.
(Required)
|
![]() |
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.
|
![]() |
SetSoftwareModuleName |
Set the name of the software module used to create the signature.
(Option)
|
![]() |
SetSubFilter |
Set a name that describes the encoding of the signature value.
(Required)
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|