public class X509CertificatePair
Public Class X509CertificatePair
public ref class X509CertificatePair
Org.BouncyCastle.X509.X509CertificatePair = function();
Type.createClass(
'Org.BouncyCastle.X509.X509CertificatePair');
X509CertificatePair(CertificatePair) | Constructor from a ASN.1 CertificatePair structure. |
X509CertificatePair(X509Certificate, X509Certificate) | Constructor |
Forward | Returns the certificate from the other CA to this CA. |
Reverse | Returns the certificate from this CA to the other CA. |
Equals | (Overrides ObjectEquals(Object)) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetCertificatePair | |
GetEncoded | |
GetHashCode | (Overrides ObjectGetHashCode) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |