namespaceOrg.BouncyCastle.Bcpg.OpenPgp{/// <remarks>/// A PGP marker packet - in general these should be ignored other than where/// the idea is to preserve the original input stream./// </remarks>publicclassPgpMarker:PgpObject{privatereadonlyMarkerPacketp;publicPgpMarker(BcpgInputStreambcpgIn){p=(MarkerPacket)bcpgIn.ReadPacket();}}}