PKCS7 Class |
Namespace: Aspose.Pdf.Forms
The PKCS7 type exposes the following members.
Name | Description | |
---|---|---|
![]() | PKCS7 |
Inititalizes new instance of the PKCS7 class.
|
![]() | PKCS7(Stream, String) |
Inititalizes new instance of the PKCS7 class.
|
![]() | PKCS7(String, String) |
Inititalizes new instance of the PKCS7 class.
|
Name | Description | |
---|---|---|
![]() | Authority |
The name of the person or authority signing the document.
(Inherited from Signature.) |
![]() | ByteRange |
An array of pairs of integers (starting byte offset, length in bytes)
that shall describe the exact byte range for the digest calculation.
(Inherited from Signature.) |
![]() | ContactInfo |
Information provided by the signer to enable a recipient to contact the signer
to verify the signature, e.g. a phone number.
(Inherited from Signature.) |
![]() | CustomAppearance |
Gets/sets the custom appearance.
(Inherited from Signature.) |
![]() | Date |
The time of signing.
(Inherited from Signature.) |
![]() | Location |
The CPU host name or physical location of the signing.
(Inherited from Signature.) |
![]() | Reason |
The reason for the signing, such as (I agree…).
(Inherited from Signature.) |
![]() | ShowProperties |
Force to show/hide signature properties.
In case ShowProperties is true signature field has predefined format of appearance (strings to represent):
-------------------------------------------
Digitally signed by {certificate subject}
Date: {signature.Date}
Reason: {signature.Reason}
Location: {signature.Location}
-------------------------------------------
where {X} is placeholder for X value. Also signature can have image, in this case listed strings are placed over image.
ShowProperties is true by default.
(Inherited from Signature.) |
![]() | TimestampSettings |
Gets/sets timestamp settings.
(Inherited from Signature.) |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
![]() | Verify |
Verify the document regarding this signature and return true if document is valid
or otherwise false.
(Inherited from Signature.) |