AddUserIdAsync Method
Adds the specified user Id to the current key.
Syntax
[VB.NET] Public Function AddUserIdAsync(ByVal UserId As String) As Task
[C#] public Task AddUserIdAsync(string userId);
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
AddUserIdAsync MethodAdds the specified user Id to the current key. Syntax[VB.NET] Public Function AddUserIdAsync(ByVal UserId As String) As Task [C#] public Task AddUserIdAsync(string userId); RemarksThis method is the asynchronous version of the AddUserId method and is used to support asynchronous operations in WinRT. Please refer to AddUserId for more information. |
||