SignAndEncryptAsync Method
Signs and encrypts the current message.
Syntax
[VB.NET] Public Function SignAndEncryptAsync() As Task
[C#] public Task SignAndEncryptAsync();
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SignAndEncryptAsync MethodSigns and encrypts the current message. Syntax[VB.NET] Public Function SignAndEncryptAsync() As Task [C#] public Task SignAndEncryptAsync(); RemarksThis method is the asynchronous version of the SignAndEncrypt method and is used to support asynchronous operations in WinRT. Please refer to SignAndEncrypt for more information. |
||