Returns the certificate from the other CA to this CA.

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

Syntax

C#
public X509Certificate Forward { get; }
Visual Basic
Public ReadOnly Property Forward As X509Certificate
	Get
Visual C++
public:
property X509Certificate^ Forward {
	X509Certificate^ get ();
}

See Also