Document |
A document time-stamp signature that time-stamps the document
This type of signature provides evidence that the document existed at a specific time and protects the document’s integrity.public class DocumentTimeStamp : SignedSignatureField
The DocumentTimeStamp type exposes the following members.
| Name | Description | |
|---|---|---|
| Date | The date and time of signing This represents the date and time of signing as specified in the signature. For signatures that contain a time-stamp, the trusted time-stamp time is returned. Note: The value can only be extracted for signatures conforming to the PAdES or PDF standard and not for proprietary/non-standard signature formats. For non-standard signature formats the date as stored in the PDF is returned. (Inherited from SignedSignatureField) | |
| IsVisible | The visibility of the signature field If , the signature field has a visual appearance on the page.(Inherited from SignatureField) | |
| Name | The name of the person or authority that signed the document This is the name of the signing certificate. Note: The name of the signing certificate can only be extracted for signatures conforming to the PAdES or PDF standard and not for proprietary/non-standard signature formats. For non-standard signature formats the name as stored in the PDF is returned. (Inherited from SignedSignatureField) | |
| SignatureContents | Returns binary content of the /Contents key, without interpretation or decoding. (Inherited from SignedSignatureField) |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from NativeObject) | |
| GetHashCode | (Inherited from NativeObject) |