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