Return the decrypted data stream for the packet.
Namespace: Org.BouncyCastle.Bcpg.OpenPgpAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public Stream GetDataStream( PgpPrivateKey privKey ) |
| Visual Basic |
|---|
Public Function GetDataStream ( _ privKey As PgpPrivateKey _ ) As Stream |
| Visual C++ |
|---|
public: Stream^ GetDataStream( PgpPrivateKey^ privKey ) |
Parameters
- privKey
- Type: Org.BouncyCastle.Bcpg.OpenPgp..::..PgpPrivateKey