EncryptAsync Method
Encrypts the message.
Syntax
[VB.NET] Public Function EncryptAsync() As Task
[C#] public Task EncryptAsync();
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
EncryptAsync MethodEncrypts the message. 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. |
||