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