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

Syntax

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

Remarks

A holder for a list of PGP encryption method packets.

Inheritance Hierarchy

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

See Also