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

Syntax

C#
public bool Match(
	X509Certificate x509Cert
)
Visual Basic
Public Function Match ( _
	x509Cert As X509Certificate _
) As Boolean
Visual C++
public:
bool Match(
	X509Certificate^ x509Cert
)

See Also