X509CertificatePair(X509Certificate, X509Certificate) Constructor

Constructor

Definition

Namespace: Org.BouncyCastle.X509
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public X509CertificatePair(
	X509Certificate forward,
	X509Certificate reverse
)

Parameters

forward  X509Certificate
Certificate from the other CA to this CA.
reverse  X509Certificate
Certificate from this CA to the other CA.

See Also