| SignDocVerificationResultgetCertificateRevocationState Method |
Get the revocation state of the certificate chain of the
signature's certificate.
verifyCertificateChain() must have been called successfully.
getErrorMessage() will return an error message if the
verification result returned is not #crs_ok.
If #vf_check_revocation was not set in integer parameter
"VerificationFlags" for the most recent call to
verifyCertificateChain(), this function will return
#crs_not_checked.
This function fails for document time stamps, see getMethod()
and getTimeStampCertificateRevocationState().
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic CertificateRevocationState getCertificateRevocationState()
Public Function getCertificateRevocationState As CertificateRevocationState
public:
CertificateRevocationState getCertificateRevocationState()
member getCertificateRevocationState : unit -> CertificateRevocationState
Return Value
Type:
CertificateRevocationState The result of the certificate revocation check (#crs_ok etc.)
See Also