iText 8.0.2 API
All Classes Namespaces Functions Variables Enumerations Enumerator Properties
iText.Signatures.VerificationOK Class Reference

Class that informs you that the verification of a Certificate succeeded using a specific CertificateVerifier and for a specific reason. More...

Public Member Functions

  VerificationOK (IX509Certificate certificate, Type verifierClass, String message)
  Creates a VerificationOK object More...
 
override String  ToString ()
  Return a single String explaining which certificate was verified, how and why. More...
 

Detailed Description

Class that informs you that the verification of a Certificate succeeded using a specific CertificateVerifier and for a specific reason.

Constructor & Destructor Documentation

◆ 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

Member Function Documentation

◆ 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()