Sign file
Namespace: com.asiapeak.ezpgpnetAssembly: ezpgpnet (in ezpgpnet.dll) Version: 1.0.0.0 (1.0.0.0)
public int ezClearSign(
string inFile,
string outFile,
string signKey,
string passWord
)
public int ezClearSign(
string inFile,
string outFile,
string signKey,
string passWord
)
Public Function ezClearSign (
inFile As String,
outFile As String,
signKey As String,
passWord As String
) As Integer
Public Function ezClearSign (
inFile As String,
outFile As String,
signKey As String,
passWord As String
) As Integer
public:
int ezClearSign(
String^ inFile,
String^ outFile,
String^ signKey,
String^ passWord
)
public:
int ezClearSign(
String^ inFile,
String^ outFile,
String^ signKey,
String^ passWord
)
Parameters
- inFile
- Type: System String
input file name
- outFile
- Type: System String
output file name, which is a signature file
- signKey
- Type: System String
PGP private key name
- passWord
- Type: System String
password of private key
Return Value
Type:
Int320 is success, others are failed