X509CertPairStoreSelectorMatch Method

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

Definition

Namespace: Org.BouncyCastle.X509.Store
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae

Parameters

pair  X509CertificatePair
The
C#
X509CertificatePair
to be tested.

Return Value

Boolean
C#
true
if the object matches this selector.

Implements

ISelectorTMatch(T)

See Also