Return the decrypted input stream, using the passed in passphrase.
Namespace: Org.BouncyCastle.Bcpg.OpenPgpAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public Stream GetDataStream( char[] passPhrase ) |
Visual Basic |
---|
Public Function GetDataStream ( _ passPhrase As Char() _ ) As Stream |
Visual C++ |
---|
public: Stream^ GetDataStream( array<wchar_t>^ passPhrase ) |
Parameters
- passPhrase
- Type: array<System..::..Char>[]()[][]