iText 5

VerificationException

VerificationException Public class

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.security iTextSharp.text.pdf.security.VerificationException[[VerificationException]] end subgraph Org.BouncyCastle.Security Org.BouncyCastle.Security.GeneralSecurityException[[GeneralSecurityException]] end Org.BouncyCastle.Security.GeneralSecurityException --> iTextSharp.text.pdf.security.VerificationException

Details

Inheritance

  • GeneralSecurityException

Constructors

VerificationException

Source code

public VerificationException(X509Certificate cert, string message)

Arguments

Type

Name

Description

X509Certificate

cert

string

message

Generated with ModularDoc