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

Namespace: Org.BouncyCastle.X509.Store
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public bool Match(
	Object obj
)
Visual Basic
Public Function Match ( _
	obj As Object _
) As Boolean
Visual C++
public:
virtual bool Match(
	Object^ obj
) sealed

Parameters

obj
Type: System..::..Object
The
CopyC#
X509CertificatePair
to be tested.

Return Value

CopyC#
true
if the object matches this selector.

Implements

IX509Selector..::..Match(Object)

See Also