Table of Contents

Class VerificationOK

Namespace
iText.Signatures
Assembly
itext.sign.dll

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

[Obsolete("starting from 8.0.5.iText.Signatures.Validation.V1.Report.ReportItem should be used instead.")]
public class VerificationOK
Inheritance
VerificationOK
Inherited Members

Constructors

VerificationOK(IX509Certificate, Type, string)

Creates a VerificationOK object

public VerificationOK(IX509Certificate certificate, Type verifierClass, string message)

Parameters

certificate IX509Certificate

the certificate that was successfully verified

verifierClass Type

the class that was used for verification

message string

the reason why the certificate could be verified

Fields

certificate

The certificate that was verified successfully.

protected IX509Certificate certificate

Field Value

IX509Certificate

message

The reason why the certificate verified successfully.

protected string message

Field Value

string

verifierClass

The CertificateVerifier that was used for verifying.

protected Type verifierClass

Field Value

Type

Methods

ToString()

Return a single String explaining which certificate was verified, how and why.

public override string ToString()

Returns

string
See Also