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.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
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