Org.BouncyCastle.X509.X509CertificatePair.X509CertificatePair C# (CSharp) Method

X509CertificatePair() public method

Constructor
public X509CertificatePair ( X509Certificate forward, X509Certificate reverse ) : System
forward X509Certificate Certificate from the other CA to this CA.
reverse X509Certificate Certificate from this CA to the other CA.
return System
		public X509CertificatePair(
			X509Certificate	forward,
			X509Certificate	reverse)
		{
			this.forward = forward;
			this.reverse = reverse;
		}

Same methods

X509CertificatePair::X509CertificatePair ( CertificatePair pair ) : System