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