Class that informs you that the verification of a Certificate succeeded using a specific CertificateVerifier and for a specific reason. More...
Class that informs you that the verification of a Certificate succeeded using a specific CertificateVerifier and for a specific reason.
◆ VerificationOK()
| iText.Signatures.VerificationOK.VerificationOK |
( |
X509Certificate |
certificate, |
|
|
Type |
verifierClass, |
|
|
String |
message |
|
) |
|
|
|
inline |
Creates a VerificationOK object
-
Parameters
-
| certificate |
the certificate that was successfully verified |
| verifierClass |
the class that was used for verification |
| message |
the reason why the certificate could be verified |
◆ ToString()
| override String iText.Signatures.VerificationOK.ToString |
( |
|
) |
|
|
inline |
Return a single String explaining which certificate was verified, how and why.
-
See also
-
System.Object.ToString()