Click or drag to resize
SignDocVerificationResultgetTimeStampCertificateRevocationState Method
Get the revocation state of the certificate chain of the RFC 3161 time stamp. verifyTimeStampCertificateChain() must have been called successfully. getErrorMessage() will return an error message if this function fails (return value not #rc_ok) or the verification result returned is not #crs_ok. If #vf_check_revocation was not set in integer parameter "VerificationFlags" of the most recent call to verifyTimeStampCertificateChain(), this function will return #crs_not_checked.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public CertificateRevocationState getTimeStampCertificateRevocationState()

Return Value

Type: CertificateRevocationState
The result of the certificate revocation check (#crs_ok etc.)
See Also