Namespace: Org.BouncyCastle.X509
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Collapse imageSyntax

C#
public class X509CertificatePair
Visual Basic
Public Class X509CertificatePair
Visual C++
public ref class X509CertificatePair

Collapse imageRemarks

This class contains a cross certificate pair. Cross certificates pairs may contain two cross signed certificates from two CAs. A certificate from the other CA to this CA is contained in the forward certificate, the certificate from this CA to the other CA is contained in the reverse certificate.

Collapse imageInheritance Hierarchy

System..::..Object
  Org.BouncyCastle.X509..::..X509CertificatePair

Collapse imageSee Also