PdfCertificateRevocationResult Properties
Contains information about signature certificate revocation.Name | Description |
---|---|
IsCrlFoundOnline | Gets whether the information about certificate revocation is found in a Certificate Revocation List (CRL) response from the server. |
IsCrlRevoked | Gets whether the certificate is revoked in Certificate Revocation List (CRL). |
IsOcspFoundOnline | Gets whether the information about certificate revocation is found in an Online Certificate Status Protocol (OCSP) response from the server. |
OcspRevocationStatus | Gets the certificate status in an Online Certificate Status Protocol (OCSP) response. |
See Also