| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic int getCertificateChainLength()
Public Function getCertificateChainLength As Integer
public:
int getCertificateChainLength()
member getCertificateChainLength : unit -> int
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