Click or drag to resize
SignDocVerificationResultverifyTimeStampCertificateChain Method
Verify the certificate chain of the RFC 3161 time stamp. getErrorMessage() will return an error message if this function fails (return value not #rc_ok) or the verification result returned is not #ccs_ok. Call getTimeStampCertificateRevocationState() after this function to get the revocation state.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public CertificateChainState verifyTimeStampCertificateChain(
	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