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

X509CertPairStoreSelector

public X509CertificatePair CertPair { get; set; }

The certificate pair which is used for testing on equality.

The certificate selector for the forward part.

The certificate selector for the reverse part.

public object Clone()

public bool Match(X509CertificatePair pair)

Decides if the given certificate pair should be selected. If obj is not a X509CertificatePair, this method returns false.