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
| Name | Type | Access | Description |
|---|---|---|---|
FieldName | string | Read/Write | Gets the field name. |
SignerName | string | Read/Write | Gets the signer name. |
Reason | string | Read/Write | Gets the reason. |
Location | string | Read/Write | Gets the location. |
SigningTime | time.Time | Read/Write | Gets the signing time. |
Valid | bool | Read/Write | Gets the valid. |
IntegrityOK | bool | Read/Write | Gets the integrity ok. |
CoversWholeDocument | bool | Read/Write | Gets the covers whole document. |
Certificate | *x509.Certificate | Read/Write | Gets the certificate. |
Err | error | Read/Write | Gets the err. |