ICryptoMethodDecryption Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxbool 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 String
-
- outputFile String
-
Return Value
Boolean
See Also