Click or drag to resize
SignDocVerificationResultverifyCertificateChain Method
Verify the certificate chain of the signature's certificate. Use this function to find out if you can trust the identity of the signer. getErrorMessage() will return an error message if this function fails (return value not #rc_ok) or the verification result returned is not #ccs_ok or getCertificateRevocationState() won't return #crs_ok. Call getCertificateRevocationState() after this function to get the revocation state. This function fails for document time stamps, see getMethod() and verifyTimeStampCertificateChain().

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public CertificateChainState verifyCertificateChain(
	SignDocVerificationParameters params
)

Parameters

params
Type: de.softpro.signdocsdkSignDocVerificationParameters
Verification parameters or null for default parameters.

Return Value

Type: CertificateChainState
The result of the certificate chain verification (#ccs_ok etc.)
See Also