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

Syntax

C#
ICollection GetMatches(
	IX509Selector selector
)
Visual Basic
Function GetMatches ( _
	selector As IX509Selector _
) As ICollection
Visual C++
ICollection^ GetMatches(
	IX509Selector^ selector
)

See Also