Inherits SystemIDisposable.
|
virtual bool | IsCertTrusted (byte[] cert) |
| A callback function used to check if input certificate is trusted. More...
|
|
This class represent a callback object as trusted cert store. All the pure virtual functions in this class are used as callback functions and should be implemented by user.
If user wants to trust some certificate during LTV verify process, user can set a customized trusted cert store callback object by function LTVVerifier.SetTrustedCertStoreCallback before doint LTV verifying process.
- See also
- foxit.pdf.LTVVerifier
◆ IsCertTrusted()
bool foxit.pdf.TrustedCertStoreCallback.IsCertTrusted |
( |
byte [] |
cert | ) |
|
|
inlinevirtual |
A callback function used to check if input certificate is trusted.
- Parameters
-
[in] | cert | Certificate content. |
- Returns
- true means input certificate is trusted, while false means input certificated is not trusted.