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