Return all available objects in a list.

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

Syntax

C#
public IList AllPgpObjects()
Visual Basic
Public Function AllPgpObjects As IList
Visual C++
public:
IList^ AllPgpObjects()

Return Value

An IList containing all objects from this factory, in order.

See Also