If for whatever reason the method
fails to complete, the method will return some text stating exactly
what has gone wrong, if the method runs ok then the output from the
method will = "TRUE".
This method requires the use of a
secret key ring, you have to specify the directory in which the
secret key ring resides though the KeyFolder
property. Cryptocx will automatically search through the secret ring
in the specified directory to find the required key.
You need to specify the Password
of the secret key that is needed.
You need to specify the file to
decrypt, the SourceFile.
You need to specify where the
result of decryption will go, the DestinationFile.
|