PgpEncryptedDataList public class PgpEncryptedDataList : PgpObject Documentation public int Count { get; } public bool IsEmpty { get; } public PgpEncryptedData this[int index] { get; } public PgpEncryptedDataList(BcpgInputStream bcpgInput) public IEnumerable<PgpEncryptedData> GetEncryptedDataObjects()