Initializes a new instance of the PgpEncryptedDataList class
Namespace: Org.BouncyCastle.Bcpg.OpenPgpAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public PgpEncryptedDataList( BcpgInputStream bcpgInput ) |
Visual Basic |
---|
Public Sub New ( _ bcpgInput As BcpgInputStream _ ) |
Visual C++ |
---|
public: PgpEncryptedDataList( BcpgInputStream^ bcpgInput ) |
Parameters
- bcpgInput
- Type: Org.BouncyCastle.Bcpg..::..BcpgInputStream