|
Foxit PDF SDK
|
Inherits SystemIDisposable.
Properties | |
| byte [] | cert [get, set] |
| A certificate contnet. | |
| DateTime? | cert_check_time [get, set] |
| The actual time when this certificate is checked validity. utc_hour_offset and utc_minite_offset of this time object are ignored. | |
| CertVerifyResult.CertStatus | cert_status [get, set] |
| Certificate status. Please refer to values starting from foxit.pdf.CertVerifyResult.CertStatus.e_CertStatusValid and this should be one of these values. | |
| bool | exist_response_signature_vri_creation_time [get, set] |
| Indicate if creation time of response signature's VRI exists. | |
| bool | exist_signature_vri_creation_time [get, set] |
| Indicate if creation time of siganture's VRI exists. | |
| bool | is_ca [get, set] |
| Indicate if the certificate is a CA certificate. | |
| bool | is_trusted [get, set] |
| Indicate if the certificate is truscted by user. | |
| CertVerifyResult.RevocationReason | reason [get, set] |
| Revocation reason of the certificate. Please refer to values starting from foxit.pdf.CertVerifyResult.RevocationReason.e_ReasonNoStatus and this should be one of these values. | |
| Response? | response [get, set] |
| A response for the certificate. | |
| TimeRange? | response_effect_time_range [get, set] |
| The time range when the response takes effect. | |
| CertVerifyResult.ResponseInfoLocation | response_info_location [get, set] |
| Response information (as revocation information) location where certificate response can be found. Please refer to values starting from foxit.pdf.CertVerifyResult.ResponseInfoLocation.e_LocationNotSet and this should be one of these values. | |
| DateTime? | response_signature_vri_creation_time [get, set] |
| Creation time of response signature's VRI. utc_hour_offset and utc_minite_offset of this time object are ignored. | |
| DateTime? | revoke_time [get, set] |
| Revoked time got from the response. | |
| DateTime? | signature_vri_creation_time [get, set] |
| Creation time of a signature's VRI. utc_hour_offset and utc_minite_offset of this time object are ignored. | |
This class represents the verify result for a certificate.
|
strong |
Enumeration for certificate status.
Values of this enumeration should be used alone.
|
strong |
Enumeration for response information location.
Values of this enumeration should be used alone.
|
strong |
Enumeration for revocation reason for a certificate.
Values of this enumeration should be used alone.
|
inline |
Constructor, with parameters.
| [in] | cert | A certificate contnet. |
| [in] | is_ca | Indicate if the certificate is a CA certificate. |
| [in] | is_trusted | Indicate if the certificate is trusted by user. |
| [in] | response | A response for the certificate. |
| [in] | response_effect_time_range | The time range when the response takes effect. |
| [in] | revoke_time | Revoked time got from the response. |
| [in] | cert_status | Certificate status. Please refer to values starting from foxit.pdf.CertVerifyResult.CertStatus.e_CertStatusValid and this should be one of these values. |
| [in] | reason | Revocation reason of the certificate. Please refer to values starting from foxit.pdf.CertVerifyResult.RevocationReason.e_ReasonNoStatus and this should be one of these values. |
| [in] | cert_check_time | The actual time when this certificate is checked validity. utc_hour_offset and utc_minite_offset of this time object are ignored. |
| [in] | exist_signature_vri_creation_time | Indicate if creation time of siganture's VRI exists. |
| [in] | signature_vri_creation_time | Creation time of a signature's VRI. utc_hour_offset and utc_minite_offset of this time object are ignored. |
| [in] | exist_response_signature_vri_creation_time | Indicate if creation time of response signature's VRI exists. |
| [in] | response_signature_vri_creation_time | Creation time of response signature's VRI. utc_hour_offset and utc_minite_offset of this time object are ignored. |
| [in] | response_info_location | Response information (as revocation information) location where certificate response can be found. Please refer to values starting from foxit.pdf.CertVerifyResult.ResponseInfoLocation.e_LocationNotSet and this should be one of these values. |
|
inline |
Constructor, with another certificate verify result object.
| [in] | other | Another response object. |
|
inline |
Set value.
| [in] | cert | A certificate contnet. |
| [in] | is_ca | Indicate if the certificate is a CA certificate. |
| [in] | is_trusted | Indicate if the certificate is trusted by user. |
| [in] | response | A response for the certificate. |
| [in] | response_effect_time_range | The time range when the response takes effect. |
| [in] | revoke_time | Revoked time got from the response. |
| [in] | cert_status | Certificate status. Please refer to values starting from foxit.pdf.CertVerifyResult.CertStatus.e_CertStatusValid and this should be one of these values. |
| [in] | reason | Revocation reason of the certificate. Please refer to values starting from foxit.pdf.CertVerifyResult.RevocationReason.e_ReasonNoStatus and this should be one of these values. |
| [in] | cert_check_time | The actual time when this certificate is checked validity. utc_hour_offset and utc_minite_offset of this time object are ignored. |
| [in] | exist_signature_vri_creation_time | Indicate if creation time of siganture's VRI exists. |
| [in] | signature_vri_creation_time | Creation time of a signature's VRI. utc_hour_offset and utc_minite_offset of this time object are ignored. |
| [in] | exist_response_signature_vri_creation_time | Indicate if creation time of response signature's VRI exists. |
| [in] | response_signature_vri_creation_time | Creation time of response signature's VRI. utc_hour_offset and utc_minite_offset of this time object are ignored. |
| [in] | response_info_location | Response information (as revocation information) location where certificate response can be found. Please refer to values starting from foxit.pdf.CertVerifyResult.ResponseInfoLocation.e_LocationNotSet and this should be one of these values. |