PGP command line 6.5.8
- From: "oamelunge" <oscar.amelunge@xxxxxxxxx>
- Date: 25 Nov 2006 08:16:16 -0800
Hello im using PGP command line 6.5.8 to decrypt files on mine custom
pipeline but there is a problem
when i reach the line code Process process= Process.Start(psi)
everyting works fine but it does not decrypt the the file. This is on a
Windows 2003 server Service Pack 1 machine in a Windows XP Service pack
2 it works perfectly
ProcessStartInfo psi = new ProcessStartInfo();
psi.UseShellExecute = false;
psi.WorkingDirectory = @conf.FileAscDestino;
psi.RedirectStandardInput = true;
psi.RedirectStandardOutput = true;
psi.RedirectStandardError = true;
psi.FileName = "pgp";
psi.Arguments = "+force -p " + nomFile + " -z " +
conf.PGPPhasfrase;
Process process = Process.Start(psi);
could any one help me??
.
- Prev by Date: Re: HTTP tunneling
- Next by Date: BizTalk2006 Hosts - best practice
- Previous by thread: Re: BAM Portal Error
- Next by thread: BizTalk2006 Hosts - best practice
- Index(es):
Relevant Pages
|