SignOptions
Overview
SignOptions is a type in Aspose.PDF FOSS for Go.
SignOptions configures a digital signature.
Properties: Appearance, Certificate, Certify, Chain, ContactInfo, Incremental, and 10 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Certificate | *x509.Certificate | Read/Write | Gets the certificate. |
PrivateKey | crypto.Signer | Read/Write | Gets the private key. |
Chain | []*x509.Certificate | Read/Write | Gets the chain. |
Reason | string | Read/Write | Gets the reason. |
Location | string | Read/Write | Gets the location. |
ContactInfo | string | Read/Write | Gets the contact info. |
Name | string | Read/Write | Gets the name. |
SigningTime | time.Time | Read/Write | Gets the signing time. |
Visible | bool | Read/Write | Gets the visible. |
Rect | Rectangle | Read/Write | Gets the rect. |
Page | int | Read/Write | Gets the page. |
Appearance | *SignatureAppearance | Read/Write | Gets the appearance. |
PAdES | bool | Read/Write | Gets the p ad es. |
Certify | CertifyPermission | Read/Write | Gets the certify. |
TimestampURL | string | Read/Write | Gets the timestamp url. |
Incremental | bool | Read/Write | Gets the incremental. |