PdfSignatureMaker Class |
Namespace: Spire.Pdf.Interactive.DigitalSignatures
The PdfSignatureMaker type exposes the following members.
Name | Description | |
---|---|---|
![]() |
PdfSignatureMaker(PdfDocument, IPdfSignatureFormatter) |
Initialize a new instance.
|
![]() |
PdfSignatureMaker(PdfDocument, X509Certificate2) |
Initialize a new instance.
|
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
.)
|
![]() |
MakeSignature(String) |
Make signature.
|
![]() |
MakeSignature(String, IPdfSignatureAppearance) |
Make signature.
|
![]() |
MakeSignature(String, PdfPageBase, Single, Single, Single, Single) |
Make signature.
|
![]() |
MakeSignature(String, PdfPageBase, Single, Single, Single, Single, IPdfSignatureAppearance) |
Make signature.
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
SetAcro6Layers |
Only for compatibility old version.
Whether move away signature validity visualizations in document.
Default true.
|
![]() |
SetContactInfo |
Obsolete.
Information provided by the signer to enable a recipient to contact the signer to verify the signature
for example, a phone number.
|
![]() |
SetContactInfoLabel |
Obsolete.
The content to the left of property contactInfo
|
![]() |
SetDate |
Obsolete.
It is recommended to use "D:{0:yyyyMMddHHmmss}" to format the datetime,for example:String.Format("D:{0:yyyyMMddHHmmss}",DateTime.Now)
The time of signing. Depending on the signature handler
this may be a normal unverified computer time or a time generated in a verifiable way from a secure time server
|
![]() |
SetDateLabel |
Obsolete.
The content to the left of property date
|
![]() |
SetDistinguishedName | Obsolete. |
![]() |
SetDistinguishedNameLabel |
Obsolete.
The content to the left of property distinguishedName
|
![]() |
SetLocation |
Obsolete.
The CPU host name or physical location of the signing.
|
![]() |
SetLocationLabel |
Obsolete.
The content to the left of property location
|
![]() |
SetName |
Obsolete.
The name of the person or anthority signing the document
this value should be used only when it is not possible to extract the name from the signature
for example, from the certificat of the signer
|
![]() |
SetNameLabel |
Obsolete.
The content to the left of property name
|
![]() |
SetReason |
Obsolete.
The reason for the signing, such as ( I agree … ).
|
![]() |
SetReasonLabel |
Obsolete.
The content to the left of property reason
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|