Returns the certificate from this CA to the other CA.
Namespace: Org.BouncyCastle.X509Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public X509Certificate Reverse { get; }  | 
| Visual Basic | 
|---|
Public ReadOnly Property Reverse As X509Certificate Get  | 
| Visual C++ | 
|---|
public: property X509Certificate^ Reverse { X509Certificate^ get (); }  |