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 |
( |
IX509Certificate |
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()
◆ certificate
The certificate that was verified successfully.
◆ message
String iText.Signatures.VerificationOK.message |
|
package |
The reason why the certificate verified successfully.
◆ verifierClass
Type iText.Signatures.VerificationOK.verifierClass |
|
package |