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,
string outFile,
string pass
)
public int ezDecryptFile(
string inFile,
string outFile,
string pass
)
Public Function ezDecryptFile (
inFile As String,
outFile As String,
pass As String
) As Integer
Public Function ezDecryptFile (
inFile As String,
outFile As String,
pass As String
) As Integer
public:
int ezDecryptFile(
String^ inFile,
String^ outFile,
String^ pass
)
public:
int ezDecryptFile(
String^ inFile,
String^ outFile,
String^ pass
)
Parameters
- inFile
- Type: System String
input file name
- outFile
- Type: System String
output file name
- pass
- Type: System String
password
Return Value
Type:
Int320 is success, others are failed