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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic SignatureState getState()
Public Function getState As SignatureState
public:
SignatureState getState()
member getState : unit -> SignatureState
Return Value
Type:
SignatureState The signature state (ss_document_extended etc.)
See Also