Decrypt and verify file
Namespace: com.asiapeak.ezpgpnetAssembly: ezpgpnet (in ezpgpnet.dll) Version: 1.0.0.0 (1.0.0.0)
public int ezDecryptFile(
string inFile,
StringBuilder outName,
string pass,
string outDir
)
public int ezDecryptFile(
string inFile,
StringBuilder outName,
string pass,
string outDir
)
Public Function ezDecryptFile (
inFile As String,
outName As StringBuilder,
pass As String,
outDir As String
) As Integer
Public Function ezDecryptFile (
inFile As String,
outName As StringBuilder,
pass As String,
outDir As String
) As Integer
public:
int ezDecryptFile(
String^ inFile,
StringBuilder^ outName,
String^ pass,
String^ outDir
)
public:
int ezDecryptFile(
String^ inFile,
StringBuilder^ outName,
String^ pass,
String^ outDir
)
Parameters
- inFile
- Type: System String
input file name
- outName
- Type: System.Text StringBuilder
output file name which will be the original file name if any [out]
- pass
- Type: System String
password
- outDir
- Type: System String
the folder to put the output file
Return Value
Type:
Int320 is success, others are failed