Click or drag to resize
SignDocVerificationResult.getState 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.

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public SignatureState getState()

Return Value

Type: SignatureState
The signature state (ss_document_extended etc.)
See Also