<PackageReference Include="BouncyCastle.Cryptography" Version="2.5.0" />

X509CertificatePair

public class X509CertificatePair
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.

Constructor

Constructor from a ASN.1 CertificatePair structure.

public byte[] GetEncoded()