PgpPbeEncryptedData public class PgpPbeEncryptedData : PgpEncryptedData Documentation public Stream GetDataStream(char[] passPhrase) Return the decrypted input stream, using the passed in passphrase. public Stream GetDataStreamRaw(byte[] rawPassPhrase) Return the decrypted input stream, using the passed in passphrase. public Stream GetDataStreamUtf8(char[] passPhrase) Return the decrypted input stream, using the passed in passphrase.