| SignDocVerificationResultgetState Method |
Get the signature state.
Use this function to find out if the document is still identical
to the signed document, or has been updated since signed, or
has been tampered with.
If the state is ss_unsupported_signature or
ss_invalid_certificate, getErrorMessage() will provide additional
information.
Use verifyCertificateChain() to find out if you can trust
the identity of the signer.
If the return value is #ss_document_extended for a PDF document,
you should call getModificationState() to get additional
information.
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntaxpublic SignatureState getState()
Return Value
Type:
SignatureState The signature state (ss_document_extended etc.)
See Also