SignatureVerification

SignatureVerification

Overview

SignatureVerification is a type in Aspose.PDF FOSS for Go.

SignatureVerification is the result of verifying one digital signature.

Properties: Certificate, CoversWholeDocument, Err, FieldName, IntegrityOK, Location, and 4 more.

Properties

NameTypeAccessDescription
FieldNamestringRead/WriteGets the field name.
SignerNamestringRead/WriteGets the signer name.
ReasonstringRead/WriteGets the reason.
LocationstringRead/WriteGets the location.
SigningTimetime.TimeRead/WriteGets the signing time.
ValidboolRead/WriteGets the valid.
IntegrityOKboolRead/WriteGets the integrity ok.
CoversWholeDocumentboolRead/WriteGets the covers whole document.
Certificate*x509.CertificateRead/WriteGets the certificate.
ErrerrorRead/WriteGets the err.

See Also