ICryptoMethodEncryption Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax bool Encryption(
string inputFile,
string outputFile
)
Function Encryption (
inputFile As String,
outputFile As String
) As Boolean
bool Encryption(
String^ inputFile,
String^ outputFile
)
abstract Encryption :
inputFile : string *
outputFile : string -> bool
Parameters
- inputFile
- Type: SystemString
- outputFile
- Type: SystemString
Return Value
Type:
BooleanSee Also