EncryptAsync Method
Encrypts the input data using the recipient's public key.
Syntax
[VB.NET] Public Function EncryptAsync() As Task
[C#] public Task EncryptAsync();
IP*Works! Encrypt V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
EncryptAsync MethodEncrypts the input data using the recipient's public key. Syntax[VB.NET] Public Function EncryptAsync() As Task [C#] public Task EncryptAsync(); RemarksThis method is the asynchronous version of the Encrypt method and is used to support asynchronous operations in WinRT. Please refer to Encrypt for more information. |
||