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

Syntax

C#
public class ModDetectionCodePacket : ContainedPacket
Visual Basic
Public Class ModDetectionCodePacket _
	Inherits ContainedPacket
Visual C++
public ref class ModDetectionCodePacket : public ContainedPacket

Remarks

Basic packet for a modification detection code packet.

Inheritance Hierarchy

System..::..Object
  Org.BouncyCastle.Bcpg..::..Packet
    Org.BouncyCastle.Bcpg..::..ContainedPacket
      Org.BouncyCastle.Bcpg..::..ModDetectionCodePacket

See Also