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

Syntax

C#
public class PgpMarker : PgpObject
Visual Basic
Public Class PgpMarker _
	Inherits PgpObject
Visual C++
public ref class PgpMarker : public PgpObject

Remarks

A PGP marker packet - in general these should be ignored other than where the idea is to preserve the original input stream.

Inheritance Hierarchy

System..::..Object
  Org.BouncyCastle.Bcpg.OpenPgp..::..PgpObject
    Org.BouncyCastle.Bcpg.OpenPgp..::..PgpMarker

See Also