Constructor

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

Syntax

C#
public X509CertificatePair(
	X509Certificate forward,
	X509Certificate reverse
)
Visual Basic
Public Sub New ( _
	forward As X509Certificate, _
	reverse As X509Certificate _
)
Visual C++
public:
X509CertificatePair(
	X509Certificate^ forward, 
	X509Certificate^ reverse
)

Parameters

forward
Type: Org.BouncyCastle.X509..::..X509Certificate
Certificate from the other CA to this CA.
reverse
Type: Org.BouncyCastle.X509..::..X509Certificate
Certificate from this CA to the other CA.

See Also