Return the next object in the stream, or null if the end is reached.

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

Syntax

C#
public PgpObject NextPgpObject()
Visual Basic
Public Function NextPgpObject As PgpObject
Visual C++
public:
PgpObject^ NextPgpObject()

Exceptions

ExceptionCondition
System.IO..::..IOExceptionOn a parse error

See Also