X509CertificatePair public class X509CertificatePair Documentation Code public X509Certificate Forward { get; } Returns the certificate from the other CA to this CA. public X509Certificate Reverse { get; } Returns the certificate from this CA to the other CA. public X509CertificatePair(X509Certificate forward, X509Certificate reverse) Constructor public X509CertificatePair(CertificatePair pair) Constructor from a ASN.1 CertificatePair structure. public CertificatePair GetCertificatePair() public byte[] GetEncoded()