Click or drag to resize
SignDocVerificationResultgetCertificateChainLength Method
Get the certificate chain length. verifyCertificateChain() or verifyCertificateSimplified() must have been called successfully. This function fails for document time stamps, see getMethod() and getTimeStampCertificates().

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.7023.29499
Syntax
C#
public int getCertificateChainLength()

Return Value

Type: Int32
The chain length. If the signature was performed with a self-signed certificate, the chain length will be 1.
See Also