ICryptoMethodDecryption Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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
- Type: SystemString
- outputFile
- Type: SystemString
Return Value
Type:
Boolean
See Also