EncryptAsync Method
Encrypts the message.
Syntax
[VB.NET]
Public Function EncryptAsync() As Task
[C#]
public Task EncryptAsync();
Remarks
This 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.