Class PgpEncryptedDataList
- Namespace
- Enterprises.Org.BouncyCastle.Bcpg.OpenPgp
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class PgpEncryptedDataList : PgpObject
- Inheritance
-
PgpEncryptedDataList
- Inherited Members
-
Constructors
public PgpEncryptedDataList(BcpgInputStream bcpgInput)
Parameters
bcpgInput
BcpgInputStream
Properties
Count
public int Count { get; }
Property Value
- int
IsEmpty
public bool IsEmpty { get; }
Property Value
- bool
this[int]
public PgpEncryptedData this[int index] { get; }
Parameters
index
int
Property Value
- PgpEncryptedData
Size
[Obsolete("Use 'Count' property instead")]
public int Size { get; }
Property Value
- int
Methods
Get(int)
[Obsolete("Use 'object[index]' syntax instead")]
public object Get(int index)
Parameters
index
int
Returns
- object
GetEncryptedDataObjects()
public IEnumerable GetEncryptedDataObjects()
Returns
- IEnumerable