DecryptFileAsync Method
Decrypts the contents of a file.
Syntax
[VB.NET] Public Function DecryptFileAsync(ByVal InputFile As String, ByVal OutputFile As String) As Task
[C#] public Task DecryptFileAsync(string inputFile, string outputFile);
IP*Works! Encrypt V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
DecryptFileAsync MethodDecrypts the contents of a file. Syntax[VB.NET] Public Function DecryptFileAsync(ByVal InputFile As String, ByVal OutputFile As String) As Task [C#] public Task DecryptFileAsync(string inputFile, string outputFile); RemarksThis method is the asynchronous version of the DecryptFile method and is used to support asynchronous operations in WinRT. Please refer to DecryptFile for more information. |
||