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

NameTypeAccessDescription
Certificate*x509.CertificateRead/WriteGets the certificate.
PrivateKeycrypto.SignerRead/WriteGets the private key.
Chain[]*x509.CertificateRead/WriteGets the chain.
ReasonstringRead/WriteGets the reason.
LocationstringRead/WriteGets the location.
ContactInfostringRead/WriteGets the contact info.
NamestringRead/WriteGets the name.
SigningTimetime.TimeRead/WriteGets the signing time.
VisibleboolRead/WriteGets the visible.
RectRectangleRead/WriteGets the rect.
PageintRead/WriteGets the page.
Appearance*SignatureAppearanceRead/WriteGets the appearance.
PAdESboolRead/WriteGets the p ad es.
CertifyCertifyPermissionRead/WriteGets the certify.
TimestampURLstringRead/WriteGets the timestamp url.
IncrementalboolRead/WriteGets the incremental.

See Also